Home | History | Annotate | Download | only in media

Lines Matching defs:V4L2Device

5 // This file defines the V4L2Device interface which is used by the
19 class V4L2Device {
28 virtual ~V4L2Device();
36 // Creates and initializes an appropriate V4L2Device of |type| for the
37 // current platform and returns a scoped_ptr<V4L2Device> on success, or NULL.
38 static scoped_ptr<V4L2Device> Create(Type type);
70 // Initializes the V4L2Device to operate as a device of |type|.
74 // Creates an EGLImageKHR since each V4L2Device may use a different method of
77 // used to associate the returned EGLImageKHR by the underlying V4L2Device
90 // Returns the supported texture target for the V4L2Device.