HomeSort by relevance Sort by last modified time
    Searched defs:onOutputFormatRequest (Results 1 - 3 of 3) sorted by null

  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
VideoCapturerAndroidTestFixtures.java 148 public void onOutputFormatRequest(int width, int height, int fps) {}
341 capturer.onOutputFormatRequest(640, 480, 15);
593 capturer.onOutputFormatRequest(scaledWidth, scaledHeight, frameRate);
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
VideoCapturerAndroid.java 282 public void onOutputFormatRequest(final int width, final int height, final int framerate) {
626 Logging.e(TAG, "Calling onOutputFormatRequest() on stopped camera.");
631 frameObserver.onOutputFormatRequest(width, height, framerate);
743 abstract void onOutputFormatRequest(int width, int height, int framerate);
776 public void onOutputFormatRequest(int width, int height, int framerate) {
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
PeerConnectionClient.java     [all...]

Completed in 258 milliseconds