Searched refs:getSurfaceFormat (Results 1 – 4 of 4) 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()
553 int surfaceFormat = SurfaceUtils.getSurfaceFormat(surface); in isOutputSupportedFor()
202 format = SurfaceUtils.getSurfaceFormat(surface); in ImageWriter()