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.java300 int nativeType = detectSurfaceType(s); in needsConversion()
387 int surfaceType = detectSurfaceType(output); in configureOutputs()
659 surfaceFormat = detectSurfaceType(output); in isPreviewConsumer()
677 surfaceFormat = detectSurfaceType(output); in isVideoEncoderConsumer()
696 public static int detectSurfaceType(Surface surface) throws BufferQueueAbandonedException { in detectSurfaceType() method in LegacyCameraDevice
DSurfaceTextureRenderer.java835 int format = LegacyCameraDevice.detectSurfaceType(holder.surface); in drawIntoSurfaces()
DRequestThreadManager.java400 int format = LegacyCameraDevice.detectSurfaceType(s); in configureOutputs()
/frameworks/base/core/java/android/hardware/camera2/utils/
DSurfaceUtils.java100 return LegacyCameraDevice.detectSurfaceType(surface); in getSurfaceFormat()