Searched refs:startCapture (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/ |
D | VideoCapturerAndroidTestFixtures.java | 308 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/ |
D | video_capture_qtkit_objc.h | 56 - (void)startCapture;
|
D | video_capture_qtkit.mm | 176 [_captureDevice startCapture];
|
D | video_capture_qtkit_objc.mm | 143 - (void)startCapture { method
|
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
D | VideoCapturerAndroid.java | 395 void startCapture( in startCapture() method in VideoCapturerAndroid
|