Home
last modified time | relevance | path

Searched refs:detectSurfaceFormat (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraExtensionUtils.java78 int nativeFormat = SurfaceUtils.detectSurfaceFormat(s); in querySurface()
/aosp12/frameworks/base/core/java/android/hardware/camera2/utils/
H A DSurfaceUtils.java171 public static int detectSurfaceFormat(Surface surface) { in detectSurfaceFormat() method in SurfaceUtils