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

Unified Diff: content/common/gpu/media/vaapi_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: fix nit 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/vaapi_video_decode_accelerator.h
diff --git a/content/common/gpu/media/vaapi_video_decode_accelerator.h b/content/common/gpu/media/vaapi_video_decode_accelerator.h
index 0ef25c55e947ea7f1ddae56dea7416436b80c15e..745ef12810b81c28b216256bc55e225c6dfa132f 100644
--- a/content/common/gpu/media/vaapi_video_decode_accelerator.h
+++ b/content/common/gpu/media/vaapi_video_decode_accelerator.h
@@ -65,6 +65,9 @@ class CONTENT_EXPORT VaapiVideoDecodeAccelerator
void Destroy() override;
bool CanDecodeOnIOThread() override;
+ static std::vector<media::VideoDecodeAccelerator::SupportedProfile>
+ GetSupportedProfiles();
+
private:
// Notify the client that an error has occurred and decoding cannot continue.
void NotifyError(Error error);

Powered by Google App Engine
This is Rietveld 408576698