Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/video_capture/linux/
H A Dvideo_capture_v4l2.cc34 VideoCaptureModuleV4L2::VideoCaptureModuleV4L2() in VideoCaptureModuleV4L2() function in webrtc::videocapturemodule::VideoCaptureModuleV4L2
46 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()
H A Dvideo_capture_v4l2.h26 class VideoCaptureModuleV4L2 : public VideoCaptureImpl {
28 VideoCaptureModuleV4L2();
29 ~VideoCaptureModuleV4L2() override;
H A Dvideo_capture_linux.cc35 auto implementation = rtc::make_ref_counted<VideoCaptureModuleV4L2>(); in Create()