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

Unified Diff: content/common/gpu/media/v4l2_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: remove CONTENT_EXPORT for gpu_video_accelerator_util Created 5 years, 8 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_decode_accelerator.h
diff --git a/content/common/gpu/media/v4l2_video_decode_accelerator.h b/content/common/gpu/media/v4l2_video_decode_accelerator.h
index fbb973e05cbbf1f3075e2b0fc508fe7675f61692..d0b7d592911337578ccce6683296e59d35f89cc3 100644
--- a/content/common/gpu/media/v4l2_video_decode_accelerator.h
+++ b/content/common/gpu/media/v4l2_video_decode_accelerator.h
@@ -98,6 +98,9 @@ class CONTENT_EXPORT V4L2VideoDecodeAccelerator
void Destroy() override;
bool CanDecodeOnIOThread() override;
+ static media::VideoDecodeAccelerator::SupportedProfiles
+ GetSupportedProfiles();
+
private:
// These are rather subjectively tuned.
enum {

Powered by Google App Engine
This is Rietveld 408576698