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

/frameworks/base/libs/hwui/
H A DImage.cpp22 #include "Image.h"
27 Image::Image(sp<GraphicBuffer> buffer) { function in class:android::uirenderer::Image
52 Image::~Image() {
H A DImage.h34 class Image { class in namespace:android::uirenderer
41 Image(sp<GraphicBuffer> buffer);
42 ~Image();
62 }; // class Image
/frameworks/base/media/java/android/media/
H A DImage.java27 * data of the Image through one or more
38 * from various media sources, not closing old Image objects will prevent the
46 public abstract class Image implements AutoCloseable { class in inherits:AutoCloseable
50 protected Image() { method in class:Image
115 * Get the array of pixel planes for this Image. The number of planes is
116 * determined by the format of the Image.
123 * After calling this method, calling any methods on this {@code Image} will
135 * <p>The number and meaning of the planes in an Image are determined by the
136 * format of the Image.</p>
138 * <p>Once the Image ha
[all...]

Completed in 85 milliseconds