Home
last modified time | relevance | path

Searched defs:getSupportedFormats (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DCameraEnumerationAndroid.java54 List<CaptureFormat> getSupportedFormats(int cameraId); in getSupportedFormats() method
61 public static synchronized List<CaptureFormat> getSupportedFormats(int cameraId) { in getSupportedFormats() method in CameraEnumerationAndroid
DCameraEnumerator.java47 public List<CaptureFormat> getSupportedFormats(int cameraId) { in getSupportedFormats() method in CameraEnumerator
DCamera2Enumerator.java70 public List<CaptureFormat> getSupportedFormats(int cameraId) { in getSupportedFormats() method in Camera2Enumerator
DVideoCapturerAndroid.java308 public List<CaptureFormat> getSupportedFormats() { in getSupportedFormats() method in VideoCapturerAndroid