Searched defs:ImageReader (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DImageReader.java39 * <p>The ImageReader class allows direct application access to image data
51 * {@code maxImages} constructor parameter. New images sent to an ImageReader
55 * ImageReader does not obtain and release Images at a rate equal to the
58 public class ImageReader implements AutoCloseable { class in inherits:AutoCloseable
78 * by the {@code ImageReader} instance is constructed with this value.
89 * {@code ImageReader} simultaneously. Requesting more buffers will use up
98 * {@link ImageReader} will produce images that are not directly accessible
100 * {@link ImageReader}, and send them to the
108 * {@link ImageFormat#PRIVATE PRIVATE} format {@link ImageReader
131 public static ImageReader newInstanc
229 protected ImageReader(int width, int height, int format, int maxImages, long usage) { method in class:ImageReader
[all...]

Completed in 617 milliseconds