HomeSort by relevance Sort by last modified time
    Searched refs:VideoCaptureDeviceLinux (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/video/capture/linux/
video_capture_device_linux.h 21 class VideoCaptureDeviceLinux : public VideoCaptureDevice {
23 explicit VideoCaptureDeviceLinux(const Name& device_name);
24 virtual ~VideoCaptureDeviceLinux();
73 DISALLOW_IMPLICIT_CONSTRUCTORS(VideoCaptureDeviceLinux);
video_capture_device_linux.cc 27 // Max number of video buffers VideoCaptureDeviceLinux can allocate.
42 // V4L2 color formats VideoCaptureDeviceLinux support.
160 VideoCaptureDeviceLinux* self = new VideoCaptureDeviceLinux(device_name);
177 VideoCaptureDeviceLinux::VideoCaptureDeviceLinux(const Name& device_name)
188 VideoCaptureDeviceLinux::~VideoCaptureDeviceLinux() {
200 void VideoCaptureDeviceLinux::Allocate(
209 base::Bind(&VideoCaptureDeviceLinux::OnAllocate
    [all...]

Completed in 579 milliseconds