Searched refs:getSurfaceFormat (Results 1 – 5 of 5) sorted by relevance
96 public static int getSurfaceFormat(Surface surface) { in getSurfaceFormat() method in SurfaceUtils135 int surfaceFormat = SurfaceUtils.getSurfaceFormat(surface); in checkHighSpeedSurfaceFormat()
261 mConfiguredFormat = SurfaceUtils.getSurfaceFormat(surface); in OutputConfiguration()466 if (mConfiguredFormat != SurfaceUtils.getSurfaceFormat(surface)) { in addSurface()557 mConfiguredFormat = SurfaceUtils.getSurfaceFormat(mSurfaces.get(0)); in OutputConfiguration()
405 int surfaceFormat = SurfaceUtils.getSurfaceFormat(surface); in isOutputSupportedFor()
192 format = SurfaceUtils.getSurfaceFormat(surface); in ImageWriter()
2609 HPLandroid/hardware/camera2/utils/SurfaceUtils;->getSurfaceFormat(Landroid/view/Surface;)I