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

Unified Diff: content/common/gpu/media/vt_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 9 review comments Created 6 years 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/vt_video_decode_accelerator.h
diff --git a/content/common/gpu/media/vt_video_decode_accelerator.h b/content/common/gpu/media/vt_video_decode_accelerator.h
index ed30aa290a089122b9ae54c8b8197d4eea774ec9..6ba33e79a2c9f6d4484f9e867d3d88e29f8ab0f0 100644
--- a/content/common/gpu/media/vt_video_decode_accelerator.h
+++ b/content/common/gpu/media/vt_video_decode_accelerator.h
@@ -58,6 +58,10 @@ class VTVideoDecodeAccelerator : public media::VideoDecodeAccelerator {
OSStatus status,
CVImageBufferRef image_buffer);
+ // Get the minimum and maximum supported decode resolution.
+ static media::VideoDecodeAccelerator::SupportedResolution
+ GetSupportedResolution();
+
private:
enum State {
STATE_DECODING,

Powered by Google App Engine
This is Rietveld 408576698