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

Unified Diff: content/common/gpu/media/v4l2_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/v4l2_video_decode_accelerator.h
diff --git a/content/common/gpu/media/v4l2_video_decode_accelerator.h b/content/common/gpu/media/v4l2_video_decode_accelerator.h
index fbb973e05cbbf1f3075e2b0fc508fe7675f61692..10fc4549407eb21932983139c2eda674ef1541f1 100644
--- a/content/common/gpu/media/v4l2_video_decode_accelerator.h
+++ b/content/common/gpu/media/v4l2_video_decode_accelerator.h
@@ -86,6 +86,8 @@ class CONTENT_EXPORT V4L2VideoDecodeAccelerator
~V4L2VideoDecodeAccelerator() override;
// media::VideoDecodeAccelerator implementation.
+ static std::vector<media::VideoDecodeAccelerator::SupportedProfile>
wuchengli 2015/03/18 08:02:37 Move this after CanDecodeOnIOThread().
henryhsu 2015/03/18 11:06:09 Done.
+ GetSupportedProfiles();
// Note: Initialize() and Destroy() are synchronous.
bool Initialize(media::VideoCodecProfile profile,
Client* client) override;

Powered by Google App Engine
This is Rietveld 408576698