D | ImageReader.java | 76 public class ImageReader implements AutoCloseable { class 175 public static @NonNull ImageReader newInstance( in newInstance() 182 return new ImageReader(width, height, format, maxImages, in newInstance() 286 public static @NonNull ImageReader newInstance( in newInstance() 299 return new ImageReader(width, height, format, maxImages, usage, /*parent*/ null); in newInstance() 305 public static @NonNull ImageReader newInstance( in newInstance() 313 return new ImageReader(width, height, format, maxImages, in newInstance() 351 private ImageReader(int width, int height, int imageFormat, int maxImages, long usage, in ImageReader() method in ImageReader 368 private ImageReader(int width, int height, int maxImages, long usage, in ImageReader() method in ImageReader 770 void onImageAvailable(ImageReader reader); in onImageAvailable() [all …]
|