Searched refs:VideoCaptureModuleV4L2 (Results 1 – 2 of 2) sorted by relevance
36 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::VideoCaptureModuleV4L263 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 …]
23 class VideoCaptureModuleV4L2: public VideoCaptureImpl26 VideoCaptureModuleV4L2(int32_t id);27 virtual ~VideoCaptureModuleV4L2();