Home
last modified time | relevance | path

Searched defs:onOutputFormatRequest (Results 1 – 2 of 2) 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
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