Home
last modified time | relevance | path

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

/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DCaptureHolder.java60 private CaptureThread mCaptureThread;
134 mCaptureThread = new CaptureThread(cs, indexOfLeastInteresting); in captureState()
210 private class CaptureThread extends Thread { class in CaptureHolder
220 public CaptureThread(CapturedState cs, int indexToPlace) { in CaptureThread() method in CaptureHolder.CaptureThread
/external/webrtc/webrtc/modules/video_capture/linux/
Dvideo_capture_linux.h37 static bool CaptureThread(void*);
Dvideo_capture_linux.cc284 VideoCaptureModuleV4L2::CaptureThread, this, "CaptureThread")); in StartCapture()
408 bool VideoCaptureModuleV4L2::CaptureThread(void* obj) in CaptureThread() function in webrtc::videocapturemodule::VideoCaptureModuleV4L2