Home
last modified time | relevance | path

Searched refs:startCapture (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
DVideoCapturerAndroidTestFixtures.java308 capturer.startCapture(format.width, format.height, format.maxFramerate, in cameraEventsInvoked()
330 capturer.startCapture(format.width, format.height, format.maxFramerate, in cameraCallsAfterStop()
378 capturer.startCapture(format.width, format.height, format.maxFramerate, in startStopWithDifferentResolutions()
426 capturer.startCapture(format.width, format.height, format.maxFramerate, in startWhileCameraIsAlreadyOpen()
449 capturer.startCapture(format.width, format.height, format.maxFramerate, in startWhileCameraIsAlreadyOpenAndCloseCamera()
473 capturer.startCapture(format.width, format.height, format.maxFramerate, in startWhileCameraIsAlreadyOpenAndStop()
487 capturer.startCapture(format.width, format.height, format.maxFramerate, in returnBufferLate()
497 capturer.startCapture(format.width, format.height, format.maxFramerate, in returnBufferLate()
559 capturer.startCapture(format.width, format.height, format.maxFramerate, in cameraFreezedEventOnBufferStarvationUsingTextures()
/external/webrtc/webrtc/modules/video_capture/mac/qtkit/
Dvideo_capture_qtkit_objc.h56 - (void)startCapture;
Dvideo_capture_qtkit.mm176 [_captureDevice startCapture];
Dvideo_capture_qtkit_objc.mm143 - (void)startCapture { method
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DVideoCapturerAndroid.java395 void startCapture( in startCapture() method in VideoCapturerAndroid