Home
last modified time | relevance | path

Searched refs:onOutputFormatRequest (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DVideoCapturerAndroid.java282 public void onOutputFormatRequest(final int width, final int height, final int framerate) { in onOutputFormatRequest() method in VideoCapturerAndroid
631 frameObserver.onOutputFormatRequest(width, height, framerate); in onOutputFormatRequestOnCameraThread()
743 abstract void onOutputFormatRequest(int width, int height, int framerate); in onOutputFormatRequest() method
776 public void onOutputFormatRequest(int width, int height, int framerate) { in onOutputFormatRequest() method in VideoCapturerAndroid.NativeObserver
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
DVideoCapturerAndroidTestFixtures.java148 public void onOutputFormatRequest(int width, int height, int fps) {} in onOutputFormatRequest() method in VideoCapturerAndroidTestFixtures.FakeCapturerObserver
341 capturer.onOutputFormatRequest(640, 480, 15); in cameraCallsAfterStop()
593 capturer.onOutputFormatRequest(scaledWidth, scaledHeight, frameRate); in scaleCameraOutput()
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DPeerConnectionClient.java912 videoCapturer.onOutputFormatRequest(width, height, framerate); in changeCaptureFormatInternal()