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

/frameworks/base/media/java/android/media/
H A DImageReader.java35 * <p>The ImageReader class allows direct application access to image data
47 * {@code maxImages} constructor parameter. New images sent to an ImageReader
51 * ImageReader does not obtain and release Images at a rate equal to the
54 public class ImageReader implements AutoCloseable { class in inherits:AutoCloseable
79 * {@code ImageReader} simultaneously. Requesting more buffers will use up
88 * {@link ImageReader} will produce images that are not directly accessible
90 * {@link ImageReader}, and send them to the
98 * {@link ImageFormat#PRIVATE PRIVATE} format {@link ImageReader
121 public static ImageReader newInstance(int width, int height, int format, int maxImages) {
122 return new ImageReader(widt
128 protected ImageReader(int width, int height, int format, int maxImages) { method in class:ImageReader
[all...]

Completed in 102 milliseconds