Home
last modified time | relevance | path

Searched refs:stopCapture (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
DVideoCapturerAndroidTestFixtures.java313 capturer.stopCapture(); in cameraEventsInvoked()
334 capturer.stopCapture(); in cameraCallsAfterStop()
399 capturer.stopCapture(); in startStopWithDifferentResolutions()
432 capturer.stopCapture(); in startWhileCameraIsAlreadyOpen()
458 capturer.stopCapture(); in startWhileCameraIsAlreadyOpenAndCloseCamera()
475 capturer.stopCapture(); in startWhileCameraIsAlreadyOpenAndStop()
492 capturer.stopCapture(); in returnBufferLate()
505 capturer.stopCapture(); in returnBufferLate()
528 capturer.stopCapture(); in returnBufferLateEndToEnd()
568 capturer.stopCapture(); in cameraFreezedEventOnBufferStarvationUsingTextures()
/external/webrtc/webrtc/modules/video_capture/ios/
Dvideo_capture_ios.mm38 [capture_device_ stopCapture];
89 if (![capture_device_ stopCapture]) {
Drtc_video_capture_ios_objc.h36 - (BOOL)stopCapture;
Drtc_video_capture_ios_objc.mm290 - (BOOL)stopCapture { method
/external/webrtc/webrtc/modules/video_capture/mac/qtkit/
Dvideo_capture_qtkit_objc.h57 - (void)stopCapture;
Dvideo_capture_qtkit.mm49 [_captureDevice stopCapture];
183 [_captureDevice stopCapture];
Dvideo_capture_qtkit_objc.mm151 - (void)stopCapture { method
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DVideoCapturerAndroid.java569 void stopCapture() throws InterruptedException { in stopCapture() method in VideoCapturerAndroid