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

Unified Diff: content/common/gpu/media/v4l2_slice_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_slice_video_decode_accelerator.h
diff --git a/content/common/gpu/media/v4l2_slice_video_decode_accelerator.h b/content/common/gpu/media/v4l2_slice_video_decode_accelerator.h
index 2fdefe9297b5d3fe24e0175887344d8df26e3f8e..09a4f95070ee5cdcbad3b1a432703bdd0a4331f1 100644
--- a/content/common/gpu/media/v4l2_slice_video_decode_accelerator.h
+++ b/content/common/gpu/media/v4l2_slice_video_decode_accelerator.h
@@ -42,6 +42,8 @@ class CONTENT_EXPORT V4L2SliceVideoDecodeAccelerator
~V4L2SliceVideoDecodeAccelerator() override;
// media::VideoDecodeAccelerator implementation.
+ static std::vector<media::VideoDecodeAccelerator::SupportedProfile>
+ GetSupportedProfiles();
wuchengli 2015/03/18 08:02:37 This function is not in media::VideoDecodeAccelera
henryhsu 2015/03/18 11:06:09 Done.
bool Initialize(media::VideoCodecProfile profile,
VideoDecodeAccelerator::Client* client) override;
void Decode(const media::BitstreamBuffer& bitstream_buffer) override;

Powered by Google App Engine
This is Rietveld 408576698