Home
last modified time | relevance | path

Searched refs:getSurfaceFormat (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/camera2/utils/
H A DSurfaceUtils.java66 int surfaceFormat = getSurfaceFormat(surface); in isSurfaceForPreview()
87 int surfaceFormat = getSurfaceFormat(surface); in isSurfaceForHwVideoEncoder()
148 public static int getSurfaceFormat(Surface surface) { in getSurfaceFormat() method in SurfaceUtils
221 int surfaceFormat = SurfaceUtils.getSurfaceFormat(surface); in checkHighSpeedSurfaceFormat()
/aosp14/frameworks/base/core/java/android/hardware/camera2/params/
H A DOutputConfiguration.java564 mConfiguredFormat = SurfaceUtils.getSurfaceFormat(surface); in OutputConfiguration()
918 if (mConfiguredFormat != SurfaceUtils.getSurfaceFormat(surface)) { in addSurface()
1216 mConfiguredFormat = SurfaceUtils.getSurfaceFormat(mSurfaces.get(0)); in OutputConfiguration()
H A DStreamConfigurationMap.java600 int surfaceFormat = SurfaceUtils.getSurfaceFormat(surface); in isOutputSupportedFor()
/aosp14/frameworks/base/media/java/android/media/
H A DImageWriter.java269 mHardwareBufferFormat = hardwareBufferFormat = SurfaceUtils.getSurfaceFormat(surface); in initializeImageWriter()
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraAdvancedExtensionSessionImpl.java367 ret.imageFormat = SurfaceUtils.getSurfaceFormat(s); in initializeParcelable()
H A DCameraExtensionSessionImpl.java128 return SurfaceUtils.getSurfaceFormat(surface); in nativeGetSurfaceFormat()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt19540 Landroid/hardware/camera2/utils/SurfaceUtils;->getSurfaceFormat(Landroid/view/Surface;)I