Searched refs:getSupportedFormats (Results 1 – 6 of 6) sorted by relevance
54 List<CaptureFormat> getSupportedFormats(int cameraId); in getSupportedFormats() method61 public static synchronized List<CaptureFormat> getSupportedFormats(int cameraId) { in getSupportedFormats() method in CameraEnumerationAndroid62 return enumerator.getSupportedFormats(cameraId); in getSupportedFormats()159 List<CaptureFormat> formats = getSupportedFormats(id); in getSupportedFormatsAsJson()
47 public List<CaptureFormat> getSupportedFormats(int cameraId) { in getSupportedFormats() method in CameraEnumerator
70 public List<CaptureFormat> getSupportedFormats(int cameraId) { in getSupportedFormats() method in Camera2Enumerator
308 public List<CaptureFormat> getSupportedFormats() { in getSupportedFormats() method in VideoCapturerAndroid309 return CameraEnumerationAndroid.getSupportedFormats(getCurrentCameraId()); in getSupportedFormats()
304 final List<CaptureFormat> formats = capturer.getSupportedFormats(); in cameraEventsInvoked()326 final List<CaptureFormat> formats = capturer.getSupportedFormats(); in cameraCallsAfterStop()374 List<CaptureFormat> formats = capturer.getSupportedFormats(); in startStopWithDifferentResolutions()422 final List<CaptureFormat> formats = capturer.getSupportedFormats(); in startWhileCameraIsAlreadyOpen()445 final List<CaptureFormat> formats = capturer.getSupportedFormats(); in startWhileCameraIsAlreadyOpenAndCloseCamera()469 final List<CaptureFormat> formats = capturer.getSupportedFormats(); in startWhileCameraIsAlreadyOpenAndStop()485 List<CaptureFormat> formats = capturer.getSupportedFormats(); in returnBufferLate()555 final List<CaptureFormat> formats = capturer.getSupportedFormats(); in cameraFreezedEventOnBufferStarvationUsingTextures()
64 for (CaptureFormat format : camera1Enumerator.getSupportedFormats(i)) { in testCamera2Enumerator()68 for (CaptureFormat format : camera2Enumerator.getSupportedFormats(i)) { in testCamera2Enumerator()