Home
last modified time | relevance | path

Searched defs:startCapture (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/examples/objc/AppRTCMobile/ios/
DARDFileCaptureController.m31 - (void)startCapture { method
/external/webrtc/sdk/android/native_unittests/org/webrtc/
DJavaVideoSourceTestHelper.java15 public static void startCapture(CapturerObserver observer, boolean success) { in startCapture() method in JavaVideoSourceTestHelper
/external/webrtc/examples/objc/AppRTCMobile/
DARDCaptureController.m36 - (void)startCapture { method
/external/webrtc/sdk/android/api/org/webrtc/
DVideoCapturer.java35 void startCapture(int width, int height, int framerate); in startCapture() method
DScreenCapturerAndroid.java102 public synchronized void startCapture( in startCapture() method in ScreenCapturerAndroid
DFileVideoCapturer.java178 public void startCapture(int width, int height, int framerate) { in startCapture() method in FileVideoCapturer
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DCameraVideoCapturerTestFixtures.java363 private void startCapture(CapturerInstance instance) { in startCapture() method in CameraVideoCapturerTestFixtures
367 private void startCapture(CapturerInstance instance, int formatIndex) { in startCapture() method in CameraVideoCapturerTestFixtures
/external/webrtc/sdk/android/src/java/org/webrtc/
DCameraCapturer.java245 public void startCapture(int width, int height, int framerate) { in startCapture() method in CameraCapturer