Searched refs:switchCamera (Results 1 – 7 of 7) sorted by relevance
117 [self switchCamera];162 - (void)switchCamera { method
151 VideoCapturerAndroidTestFixtures.switchCamera(capturer); in testSwitchVideoCapturer()159 VideoCapturerAndroidTestFixtures.switchCamera(capturer); in testSwitchVideoCapturerUsingTextures()
262 static public void switchCamera(VideoCapturerAndroid capturer) throws InterruptedException { in switchCamera() method in VideoCapturerAndroidTestFixtures271 capturer.switchCamera(new VideoCapturerAndroid.CameraSwitchHandler() { in switchCamera()340 capturer.switchCamera(null); in cameraCallsAfterStop()
885 videoCapturer.switchCamera(null); in switchCameraInternal()888 public void switchCamera() { in switchCamera() method in PeerConnectionClient
308 peerConnectionClient.switchCamera(); in onCameraSwitch()
449 pcClient.switchCamera(); in testCameraSwitch()
238 public void switchCamera(final CameraSwitchHandler handler) { in switchCamera() method in VideoCapturerAndroid