Searched refs:VideoCaptureModuleV4L2 (Results 1 – 3 of 3) sorted by relevance
34 VideoCaptureModuleV4L2::VideoCaptureModuleV4L2() in VideoCaptureModuleV4L2() function in webrtc::videocapturemodule::VideoCaptureModuleV4L246 int32_t VideoCaptureModuleV4L2::Init(const char* deviceUniqueIdUTF8) { in Init()87 VideoCaptureModuleV4L2::~VideoCaptureModuleV4L2() { in ~VideoCaptureModuleV4L2()93 int32_t VideoCaptureModuleV4L2::StartCapture( in StartCapture()258 int32_t VideoCaptureModuleV4L2::StopCapture() { in StopCapture()282 bool VideoCaptureModuleV4L2::AllocateVideoBuffers() { in AllocateVideoBuffers()332 bool VideoCaptureModuleV4L2::DeAllocateVideoBuffers() { in DeAllocateVideoBuffers()349 bool VideoCaptureModuleV4L2::CaptureStarted() { in CaptureStarted()353 bool VideoCaptureModuleV4L2::CaptureProcess() { in CaptureProcess()415 int32_t VideoCaptureModuleV4L2::CaptureSettings( in CaptureSettings()
26 class VideoCaptureModuleV4L2 : public VideoCaptureImpl {28 VideoCaptureModuleV4L2();29 ~VideoCaptureModuleV4L2() override;
35 auto implementation = rtc::make_ref_counted<VideoCaptureModuleV4L2>(); in Create()