Home
last modified time | relevance | path

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

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