Home
last modified time | relevance | path

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

/external/webrtc/modules/video_capture/linux/
Dvideo_capture_linux.h39 static void CaptureThread(void*);
Dvideo_capture_linux.cc247 new rtc::PlatformThread(VideoCaptureModuleV4L2::CaptureThread, this, in StartCapture()
360 void VideoCaptureModuleV4L2::CaptureThread(void* obj) { in CaptureThread() function in webrtc::videocapturemodule::VideoCaptureModuleV4L2