Searched refs:getSurfaceFormat (Results 1 – 7 of 7) sorted by relevance
66 int surfaceFormat = getSurfaceFormat(surface); in isSurfaceForPreview()87 int surfaceFormat = getSurfaceFormat(surface); in isSurfaceForHwVideoEncoder()148 public static int getSurfaceFormat(Surface surface) { in getSurfaceFormat() method in SurfaceUtils221 int surfaceFormat = SurfaceUtils.getSurfaceFormat(surface); in checkHighSpeedSurfaceFormat()
564 mConfiguredFormat = SurfaceUtils.getSurfaceFormat(surface); in OutputConfiguration()918 if (mConfiguredFormat != SurfaceUtils.getSurfaceFormat(surface)) { in addSurface()1216 mConfiguredFormat = SurfaceUtils.getSurfaceFormat(mSurfaces.get(0)); in OutputConfiguration()
600 int surfaceFormat = SurfaceUtils.getSurfaceFormat(surface); in isOutputSupportedFor()
269 mHardwareBufferFormat = hardwareBufferFormat = SurfaceUtils.getSurfaceFormat(surface); in initializeImageWriter()
367 ret.imageFormat = SurfaceUtils.getSurfaceFormat(s); in initializeParcelable()
128 return SurfaceUtils.getSurfaceFormat(surface); in nativeGetSurfaceFormat()
19540 Landroid/hardware/camera2/utils/SurfaceUtils;->getSurfaceFormat(Landroid/view/Surface;)I