Home
last modified time | relevance | path

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

/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
DARDVideoCallViewController.m117 [self switchCamera];
162 - (void)switchCamera { method
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
DVideoCapturerAndroidTest.java151 VideoCapturerAndroidTestFixtures.switchCamera(capturer); in testSwitchVideoCapturer()
159 VideoCapturerAndroidTestFixtures.switchCamera(capturer); in testSwitchVideoCapturerUsingTextures()
DVideoCapturerAndroidTestFixtures.java262 static public void switchCamera(VideoCapturerAndroid capturer) throws InterruptedException { in switchCamera() method in VideoCapturerAndroidTestFixtures
271 capturer.switchCamera(new VideoCapturerAndroid.CameraSwitchHandler() { in switchCamera()
340 capturer.switchCamera(null); in cameraCallsAfterStop()
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DPeerConnectionClient.java885 videoCapturer.switchCamera(null); in switchCameraInternal()
888 public void switchCamera() { in switchCamera() method in PeerConnectionClient
DCallActivity.java308 peerConnectionClient.switchCamera(); in onCameraSwitch()
/external/webrtc/webrtc/examples/androidtests/src/org/appspot/apprtc/test/
DPeerConnectionClientTest.java449 pcClient.switchCamera(); in testCameraSwitch()
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DVideoCapturerAndroid.java238 public void switchCamera(final CameraSwitchHandler handler) { in switchCamera() method in VideoCapturerAndroid