Searched defs:getSupportedFormats (Results 1 – 3 of 3) sorted by relevance
83 public List<CaptureFormat> getSupportedFormats(String deviceName) { in getSupportedFormats() method in Camera2Enumerator170 static List<CaptureFormat> getSupportedFormats(Context context, String cameraId) { in getSupportedFormats() method in Camera2Enumerator176 static List<CaptureFormat> getSupportedFormats(CameraManager cameraManager, String cameraId) { in getSupportedFormats() method in Camera2Enumerator
67 public List<CaptureFormat> getSupportedFormats(String deviceName) { in getSupportedFormats() method in Camera1Enumerator88 static synchronized List<CaptureFormat> getSupportedFormats(int cameraId) { in getSupportedFormats() method in Camera1Enumerator
21 public List<CaptureFormat> getSupportedFormats(String deviceName); in getSupportedFormats() method