D | CameraEnumerationAndroid.java | 54 List<CaptureFormat> getSupportedFormats(int cameraId); in getSupportedFormats() 61 public static synchronized List<CaptureFormat> getSupportedFormats(int cameraId) { in getSupportedFormats() 65 public static class CaptureFormat { class in CameraEnumerationAndroid 76 public CaptureFormat(int width, int height, int minFramerate, in CaptureFormat() method in CameraEnumerationAndroid.CaptureFormat 106 public boolean isSameFormat(final CaptureFormat that) { in isSameFormat() 159 List<CaptureFormat> formats = getSupportedFormats(id); in getSupportedFormatsAsJson() 161 for (CaptureFormat format : formats) { in getSupportedFormatsAsJson()
|