Searched refs:VideoCaptureModuleV4L2 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_capture/linux/
H A Dvideo_capture_linux.h23 class VideoCaptureModuleV4L2: public VideoCaptureImpl class in namespace:webrtc::videocapturemodule
26 VideoCaptureModuleV4L2(int32_t id);
27 virtual ~VideoCaptureModuleV4L2();
H A Dvideo_capture_linux.cc37 RefCountImpl<videocapturemodule::VideoCaptureModuleV4L2>* implementation =
38 new RefCountImpl<videocapturemodule::VideoCaptureModuleV4L2>(id);
49 VideoCaptureModuleV4L2::VideoCaptureModuleV4L2(const int32_t id) function in class:webrtc::videocapturemodule::VideoCaptureModuleV4L2
65 int32_t VideoCaptureModuleV4L2::Init(const char* deviceUniqueIdUTF8)
113 VideoCaptureModuleV4L2::~VideoCaptureModuleV4L2()
124 int32_t VideoCaptureModuleV4L2::StartCapture(
282 VideoCaptureModuleV4L2::CaptureThread, this, kHighPriority);
301 int32_t VideoCaptureModuleV4L2
[all...]

Completed in 622 milliseconds