D | ImageWriter.java | 99 public class ImageWriter implements AutoCloseable { class 147 public static @NonNull ImageWriter newInstance(@NonNull Surface surface, in newInstance() 149 return new ImageWriter(surface, maxImages, true, ImageFormat.UNKNOWN, -1 /*width*/, in newInstance() 196 public static @NonNull ImageWriter newInstance(@NonNull Surface surface, in newInstance() 201 return new ImageWriter(surface, maxImages, false, format, width, height); in newInstance() 245 public static @NonNull ImageWriter newInstance(@NonNull Surface surface, in newInstance() 250 return new ImageWriter(surface, maxImages, false, format, -1 /*width*/, -1 /*height*/); in newInstance() 314 private ImageWriter(Surface surface, int maxImages, boolean useSurfaceImageFormatInfo, in ImageWriter() method in ImageWriter 324 private ImageWriter(Surface surface, int maxImages, boolean useSurfaceImageFormatInfo, in ImageWriter() method in ImageWriter 335 private ImageWriter(Surface surface, int maxImages, boolean useSurfaceImageFormatInfo, in ImageWriter() method in ImageWriter [all …]
|