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

/frameworks/base/media/java/android/media/
H A DImage.java32 * {@link Plane} that describes the layout of the pixel data in that plane. Due
85 * <th>Plane count</th>
149 * pixel stride are undefined for this format. Calling {@link Plane#getRowStride()}
150 * or {@link Plane#getPixelStride()} on RAW_PRIVATE image will cause
256 public abstract Plane[] getPlanes();
264 * {@link Plane#getBuffer} call will have undefined behavior. If the image
343 public static abstract class Plane { class in class:Image
347 protected Plane() { method in class:Image.Plane

Completed in 412 milliseconds