D | ImageWriter.java | 98 public class ImageWriter implements AutoCloseable { class 146 public static @NonNull ImageWriter newInstance(@NonNull Surface surface, in newInstance() 148 return new ImageWriter(surface, maxImages, true, ImageFormat.UNKNOWN, -1 /*width*/, in newInstance() 195 public static @NonNull ImageWriter newInstance(@NonNull Surface surface, in newInstance() 200 return new ImageWriter(surface, maxImages, false, format, width, height); in newInstance() 244 public static @NonNull ImageWriter newInstance(@NonNull Surface surface, in newInstance() 249 return new ImageWriter(surface, maxImages, false, format, -1 /*width*/, -1 /*height*/); in newInstance() 291 private ImageWriter(Surface surface, int maxImages, boolean useSurfaceImageFormatInfo, in ImageWriter() method in ImageWriter 303 private ImageWriter(Surface surface, int maxImages, boolean useSurfaceImageFormatInfo, in ImageWriter() method in ImageWriter 316 private ImageWriter(Surface surface, int maxImages, boolean useSurfaceImageFormatInfo, in ImageWriter() method in ImageWriter [all …]
|