Home
last modified time | relevance | path

Searched refs:detectSurfaceType (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/legacy/
DLegacyCameraDevice.java277 int nativeType = detectSurfaceType(s); in needsConversion()
345 int surfaceType = detectSurfaceType(output); in configureOutputs()
611 surfaceFormat = detectSurfaceType(output); in isPreviewConsumer()
629 surfaceFormat = detectSurfaceType(output); in isVideoEncoderConsumer()
648 public static int detectSurfaceType(Surface surface) throws BufferQueueAbandonedException { in detectSurfaceType() method in LegacyCameraDevice
DSurfaceTextureRenderer.java799 int format = LegacyCameraDevice.detectSurfaceType(holder.surface); in drawIntoSurfaces()
DRequestThreadManager.java391 int format = LegacyCameraDevice.detectSurfaceType(s); in configureOutputs()
/frameworks/base/core/java/android/hardware/camera2/utils/
DSurfaceUtils.java84 return LegacyCameraDevice.detectSurfaceType(surface); in getSurfaceFormat()