Searched defs:CaptureFormat (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
H A DCameraEnumerationAndroid.java54 List<CaptureFormat> getSupportedFormats(int cameraId);
61 public static synchronized List<CaptureFormat> getSupportedFormats(int cameraId) {
65 public static class CaptureFormat { class in class:CameraEnumerationAndroid
76 public CaptureFormat(int width, int height, int minFramerate, method in class:CameraEnumerationAndroid.CaptureFormat
106 public boolean isSameFormat(final CaptureFormat that) {
159 List<CaptureFormat> formats = getSupportedFormats(id);
161 for (CaptureFormat format : formats) {

Completed in 105 milliseconds