Searched refs:stopCapture (Results 1 – 8 of 8) sorted by relevance
313 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()
38 [capture_device_ stopCapture];89 if (![capture_device_ stopCapture]) {
36 - (BOOL)stopCapture;
290 - (BOOL)stopCapture { method
57 - (void)stopCapture;
49 [_captureDevice stopCapture];183 [_captureDevice stopCapture];
151 - (void)stopCapture { method
569 void stopCapture() throws InterruptedException { in stopCapture() method in VideoCapturerAndroid