Searched refs:VideoCaptureDeviceLinux (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/media/video/capture/linux/
H A Dvideo_capture_device_linux.h23 class VideoCaptureDeviceLinux : public VideoCaptureDevice { class in namespace:media
29 explicit VideoCaptureDeviceLinux(const Name& device_name);
30 virtual ~VideoCaptureDeviceLinux();
86 DISALLOW_IMPLICIT_CONSTRUCTORS(VideoCaptureDeviceLinux);
H A Dvideo_capture_device_linux.cc28 // Max number of video buffers VideoCaptureDeviceLinux can allocate.
43 // V4L2 color formats VideoCaptureDeviceLinux support.
76 VideoPixelFormat VideoCaptureDeviceLinux::V4l2ColorToVideoCaptureColorFormat(
100 void VideoCaptureDeviceLinux::GetListOfUsableFourCCs(bool favour_mjpeg,
136 VideoCaptureDeviceLinux::VideoCaptureDeviceLinux(const Name& device_name) function in class:media::VideoCaptureDeviceLinux
146 VideoCaptureDeviceLinux::~VideoCaptureDeviceLinux() {
154 void VideoCaptureDeviceLinux::AllocateAndStart(
163 base::Bind(&VideoCaptureDeviceLinux
[all...]
H A Dvideo_capture_device_chromeos.h16 // This class is functionally the same as VideoCaptureDeviceLinux, with the
19 class VideoCaptureDeviceChromeOS : public VideoCaptureDeviceLinux {
H A Dvideo_capture_device_factory_linux.cc31 media::VideoCaptureDeviceLinux::GetListOfUsableFourCCs(false,
62 VideoCaptureDeviceLinux* self = new VideoCaptureDeviceLinux(device_name);
133 VideoCaptureDeviceLinux::V4l2ColorToVideoCaptureColorFormat(
H A Dvideo_capture_device_chromeos.cc101 : VideoCaptureDeviceLinux(device_name),

Completed in 1574 milliseconds