Home
last modified time | relevance | path

Searched defs:changeCaptureFormat (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/sdk/android/api/org/webrtc/
DVideoCapturer.java42 void changeCaptureFormat(int width, int height, int framerate); in changeCaptureFormat() method
DScreenCapturerAndroid.java165 public synchronized void changeCaptureFormat( in changeCaptureFormat() method in ScreenCapturerAndroid
DFileVideoCapturer.java188 public void changeCaptureFormat(int width, int height, int framerate) { in changeCaptureFormat() method in FileVideoCapturer
/external/webrtc/sdk/android/src/java/org/webrtc/
DCameraCapturer.java316 public void changeCaptureFormat(int width, int height, int framerate) { in changeCaptureFormat() method in CameraCapturer
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DPeerConnectionClient.java1176 public void changeCaptureFormat(final int width, final int height, final int framerate) { in changeCaptureFormat() method in PeerConnectionClient