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

Unified Diff: content/common/gpu/media/android_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: dispatch GetSupportedResolution to each vda 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/android_video_decode_accelerator.h
diff --git a/content/common/gpu/media/android_video_decode_accelerator.h b/content/common/gpu/media/android_video_decode_accelerator.h
index 2b41925af47abd2cb04b46d97262b6f4b45502cf..b034b3356fdf2031b042434368f019c19a06ce95 100644
--- a/content/common/gpu/media/android_video_decode_accelerator.h
+++ b/content/common/gpu/media/android_video_decode_accelerator.h
@@ -48,6 +48,10 @@ class CONTENT_EXPORT AndroidVideoDecodeAccelerator
virtual void Destroy() override;
virtual bool CanDecodeOnIOThread() override;
+ // Get the minimum and maximum supported decode resolution.
+ static media::VideoDecodeAccelerator::SupportedResolution
+ GetSupportedResolution();
+
private:
enum State {
NO_ERROR,

Powered by Google App Engine
This is Rietveld 408576698