Home
last modified time | relevance | path

Searched refs:supportedCaptureOutputFormats (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraExtensionUtils.java147 IntArray supportedCaptureOutputFormats = in getBurstCaptureSurface() local
149 supportedCaptureOutputFormats.addAll( in getBurstCaptureSurface()
152 supportedCaptureOutputFormats.add(ImageFormat.YCBCR_P010); in getBurstCaptureSurface()
156 for (int supportedFormat : supportedCaptureOutputFormats.toArray()) { in getBurstCaptureSurface()
DCameraAdvancedExtensionSessionImpl.java189 IntArray supportedCaptureOutputFormats = in createCameraAdvancedExtensionSession() local
191 supportedCaptureOutputFormats.addAll( in createCameraAdvancedExtensionSession()
194 supportedCaptureOutputFormats.add(ImageFormat.YCBCR_P010); in createCameraAdvancedExtensionSession()
196 for (int format : supportedCaptureOutputFormats.toArray()) { in createCameraAdvancedExtensionSession()
235 for (int format : supportedCaptureOutputFormats.toArray()) { in createCameraAdvancedExtensionSession()
DCameraExtensionSessionImpl.java189 IntArray supportedCaptureOutputFormats = in createCameraExtensionSession() local
191 supportedCaptureOutputFormats.addAll( in createCameraExtensionSession()
194 supportedCaptureOutputFormats.add(ImageFormat.YCBCR_P010); in createCameraExtensionSession()
196 for (int format : supportedCaptureOutputFormats.toArray()) { in createCameraExtensionSession()
228 for (int format : supportedCaptureOutputFormats.toArray()) { in createCameraExtensionSession()