Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Unified Diff: content/common/gpu/media/vaapi_video_decode_accelerator.h

Issue 795633005: Add VDA supported profile to GPUInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address patch set 13 review comments Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/common/gpu/media/vaapi_video_decode_accelerator.h
diff --git a/content/common/gpu/media/vaapi_video_decode_accelerator.h b/content/common/gpu/media/vaapi_video_decode_accelerator.h
index 0ef25c55e947ea7f1ddae56dea7416436b80c15e..c96082a071822bb6ae351d45d4ffe514aa4d12e7 100644
--- a/content/common/gpu/media/vaapi_video_decode_accelerator.h
+++ b/content/common/gpu/media/vaapi_video_decode_accelerator.h
@@ -54,6 +54,8 @@ class CONTENT_EXPORT VaapiVideoDecodeAccelerator
~VaapiVideoDecodeAccelerator() override;
// media::VideoDecodeAccelerator implementation.
+ static std::vector<media::VideoDecodeAccelerator::SupportedProfile>
wuchengli 2015/03/18 08:02:37 Move it after CanDecodeOnIOThread.
henryhsu 2015/03/18 11:06:09 Done.
+ GetSupportedProfiles();
bool Initialize(media::VideoCodecProfile profile,
Client* client) override;
void Decode(const media::BitstreamBuffer& bitstream_buffer) override;

Powered by Google App Engine
This is Rietveld 408576698