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

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

Issue 568413002: Add VEA supported profiles to GPUInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typo and update gpu_info_unittest Created 6 years, 3 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_encode_accelerator.h
diff --git a/content/common/gpu/media/v4l2_video_encode_accelerator.h b/content/common/gpu/media/v4l2_video_encode_accelerator.h
index fc1571470e9d4402fa974b15238fa22dd61935ec..028379461491907f49d636b44da621c75026affe 100644
--- a/content/common/gpu/media/v4l2_video_encode_accelerator.h
+++ b/content/common/gpu/media/v4l2_video_encode_accelerator.h
@@ -46,6 +46,8 @@ class CONTENT_EXPORT V4L2VideoEncodeAccelerator
virtual ~V4L2VideoEncodeAccelerator();
// media::VideoEncodeAccelerator implementation.
+ virtual std::vector<media::VideoEncodeAccelerator::SupportedProfile>
+ GetSupportedProfiles() OVERRIDE;
virtual bool Initialize(media::VideoFrame::Format format,
const gfx::Size& input_visible_size,
media::VideoCodecProfile output_profile,
@@ -59,9 +61,6 @@ class CONTENT_EXPORT V4L2VideoEncodeAccelerator
uint32 framerate) OVERRIDE;
virtual void Destroy() OVERRIDE;
- static std::vector<media::VideoEncodeAccelerator::SupportedProfile>
- GetSupportedProfiles();
-
private:
// Auto-destroy reference for BitstreamBuffer, for tracking buffers passed to
// this instance.

Powered by Google App Engine
This is Rietveld 408576698