Searched refs:CaptureThread (Results 1 – 2 of 2) sorted by relevance
39 static void CaptureThread(void*);
247 new rtc::PlatformThread(VideoCaptureModuleV4L2::CaptureThread, this, in StartCapture()360 void VideoCaptureModuleV4L2::CaptureThread(void* obj) { in CaptureThread() function in webrtc::videocapturemodule::VideoCaptureModuleV4L2