Searched refs:detectSurfaceType (Results 1 – 4 of 4) sorted by relevance
277 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
799 int format = LegacyCameraDevice.detectSurfaceType(holder.surface); in drawIntoSurfaces()
391 int format = LegacyCameraDevice.detectSurfaceType(s); in configureOutputs()
84 return LegacyCameraDevice.detectSurfaceType(surface); in getSurfaceFormat()