Home
last modified time | relevance | path

Searched refs:switchCamera (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/sdk/android/api/org/webrtc/
DCameraVideoCapturer.java62 void switchCamera(CameraSwitchHandler switchEventsHandler); in switchCamera() method
68 void switchCamera(CameraSwitchHandler switchEventsHandler, String cameraName); in switchCamera() method
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DCamera1CapturerUsingByteBufferTest.java114 fixtures.switchCamera(); in testSwitchVideoCapturer()
120 fixtures.switchCamera(true /* specifyCameraName */); in testSwitchVideoCapturerToSpecificCameraName()
DCamera1CapturerUsingTextureTest.java109 fixtures.switchCamera(); in testSwitchVideoCapturer()
115 fixtures.switchCamera(true /* specifyCameraName */); in testSwitchVideoCapturerToSpecificCameraName()
DCameraVideoCapturerTestFixtures.java474 public void switchCamera() throws InterruptedException { in switchCamera() method in CameraVideoCapturerTestFixtures
475 switchCamera(false /* specifyCameraName */); in switchCamera()
478 public void switchCamera(boolean specifyCameraName) throws InterruptedException { in switchCamera() method in CameraVideoCapturerTestFixtures
509 capturerInstance.capturer.switchCamera(cameraSwitchHandler, expectedCameraName); in switchCamera()
511 capturerInstance.capturer.switchCamera(cameraSwitchHandler); in switchCamera()
545 capturerInstance.capturer.switchCamera(null /* switchEventsHandler */); in cameraCallsAfterStop()
DCamera2CapturerTest.java237 fixtures.switchCamera(); in testSwitchVideoCapturer()
243 fixtures.switchCamera(true /* specifyCameraName */); in testSwitchVideoCapturerToSpecificCameraName()
/external/webrtc/examples/objc/AppRTCMobile/
DARDCaptureController.h22 - (void)switchCamera;
DARDCaptureController.m58 - (void)switchCamera { method
/external/webrtc/sdk/android/src/java/org/webrtc/
DCameraCapturer.java331 public void switchCamera(final CameraSwitchHandler switchEventsHandler) { in switchCamera() method in CameraCapturer
351 public void switchCamera(final CameraSwitchHandler switchEventsHandler, final String cameraName) { in switchCamera() method in CameraCapturer
/external/webrtc/examples/objc/AppRTCMobile/ios/
DARDVideoCallViewController.m158 [_captureController switchCamera];
/external/webrtc/examples/androidtests/src/org/appspot/apprtc/test/
DPeerConnectionClientTest.java540 pcClient.switchCamera(); in testCameraSwitch()
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DPeerConnectionClient.java1166 cameraVideoCapturer.switchCamera(null); in switchCameraInternal()
1172 public void switchCamera() { in switchCamera() method in PeerConnectionClient
DCallActivity.java526 peerConnectionClient.switchCamera();