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

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: add GetSupportedProfile to all platforms 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/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 ae299c83f13b0249dcc5b619622141ffd4a996cd..60d4aedbf96b751423902806dc6f8457035ee263 100644
--- a/content/common/gpu/media/android_video_decode_accelerator.h
+++ b/content/common/gpu/media/android_video_decode_accelerator.h
@@ -47,6 +47,9 @@ class CONTENT_EXPORT AndroidVideoDecodeAccelerator
void Destroy() override;
bool CanDecodeOnIOThread() override;
+ static std::vector<media::VideoDecodeAccelerator::SupportedProfile>
+ GetSupportedProfiles();
+
private:
enum State {
NO_ERROR,

Powered by Google App Engine
This is Rietveld 408576698