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

Unified Diff: media/gpu/v4l2_device.h

Issue 1946153002: Fix V4L2 device failed to create on veyron board (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « content/common/sandbox_linux/bpf_gpu_policy_linux.cc ('k') | media/gpu/v4l2_device.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/v4l2_device.h
diff --git a/media/gpu/v4l2_device.h b/media/gpu/v4l2_device.h
index 1c765e95d15217ee61e1228adaa9ca00692308cf..0924fc2008d0323dc8b5388a60e59b59edeb6227 100644
--- a/media/gpu/v4l2_device.h
+++ b/media/gpu/v4l2_device.h
@@ -51,6 +51,9 @@ class MEDIA_GPU_EXPORT V4L2Device
kJpegDecoder,
};
+ // Returns true if V4L2 device of this platform requires libv4l2.
+ static bool IsUsingLibV4L2();
Mark Dittmer 2016/05/04 15:04:41 Does this also need MEDIA_GPU_EXPORT?
+
// Creates and initializes an appropriate V4L2Device of |type| for the
// current platform and returns a scoped_refptr<V4L2Device> on success, or
// NULL.
« no previous file with comments | « content/common/sandbox_linux/bpf_gpu_policy_linux.cc ('k') | media/gpu/v4l2_device.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698