Searched refs:getSurfaceFormat (Results 1 – 5 of 5) sorted by relevance
98 public static int getSurfaceFormat(Surface surface) { in getSurfaceFormat() method in SurfaceUtils137 int surfaceFormat = SurfaceUtils.getSurfaceFormat(surface); in checkHighSpeedSurfaceFormat()
262 mConfiguredFormat = SurfaceUtils.getSurfaceFormat(surface); in OutputConfiguration()467 if (mConfiguredFormat != SurfaceUtils.getSurfaceFormat(surface)) { in addSurface()558 mConfiguredFormat = SurfaceUtils.getSurfaceFormat(mSurfaces.get(0)); in OutputConfiguration()
554 int surfaceFormat = SurfaceUtils.getSurfaceFormat(surface); in isOutputSupportedFor()
202 format = SurfaceUtils.getSurfaceFormat(surface); in ImageWriter()
22427 Landroid/hardware/camera2/utils/SurfaceUtils;->getSurfaceFormat(Landroid/view/Surface;)I