Searched refs:getSurfaceFormat (Results 1 – 8 of 8) 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()
67 mOutputSurface.imageFormat = SurfaceUtils.getSurfaceFormat(surface); in CameraOutputSurface()
586 mConfiguredFormat = SurfaceUtils.getSurfaceFormat(surface); in OutputConfiguration()1230 if (mConfiguredFormat != SurfaceUtils.getSurfaceFormat(surface)) { in addSurface()1538 mConfiguredFormat = SurfaceUtils.getSurfaceFormat(mSurfaces.get(0)); in OutputConfiguration()
598 int surfaceFormat = SurfaceUtils.getSurfaceFormat(surface); in isOutputSupportedFor()
269 mHardwareBufferFormat = hardwareBufferFormat = SurfaceUtils.getSurfaceFormat(surface); in initializeImageWriter()
460 ret.imageFormat = SurfaceUtils.getSurfaceFormat(s); in initializeParcelable()
132 return SurfaceUtils.getSurfaceFormat(surface); in nativeGetSurfaceFormat()
19540 Landroid/hardware/camera2/utils/SurfaceUtils;->getSurfaceFormat(Landroid/view/Surface;)I