Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_capture/linux/
Dvideo_capture_linux.cc36 RefCountImpl<videocapturemodule::VideoCaptureModuleV4L2>* implementation = in Create()
37 new RefCountImpl<videocapturemodule::VideoCaptureModuleV4L2>(id); in Create()
48 VideoCaptureModuleV4L2::VideoCaptureModuleV4L2(const int32_t id) in VideoCaptureModuleV4L2() function in webrtc::videocapturemodule::VideoCaptureModuleV4L2
63 int32_t VideoCaptureModuleV4L2::Init(const char* deviceUniqueIdUTF8) in Init()
111 VideoCaptureModuleV4L2::~VideoCaptureModuleV4L2() in ~VideoCaptureModuleV4L2()
122 int32_t VideoCaptureModuleV4L2::StartCapture( in StartCapture()
284 VideoCaptureModuleV4L2::CaptureThread, this, "CaptureThread")); in StartCapture()
303 int32_t VideoCaptureModuleV4L2::StopCapture() in StopCapture()
326 bool VideoCaptureModuleV4L2::AllocateVideoBuffers() in AllocateVideoBuffers()
383 bool VideoCaptureModuleV4L2::DeAllocateVideoBuffers() in DeAllocateVideoBuffers()
[all …]
Dvideo_capture_linux.h23 class VideoCaptureModuleV4L2: public VideoCaptureImpl
26 VideoCaptureModuleV4L2(int32_t id);
27 virtual ~VideoCaptureModuleV4L2();