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

/frameworks/base/media/java/android/media/
H A DImage.java29 * {@link Plane} that describes the layout of the pixel data in that plane. Due
67 * <th>Plane count</th>
118 public abstract Plane[] getPlanes();
126 * {@link Plane#getBuffer} call will have undefined behavior.
143 public static abstract class Plane { class in class:Image
147 protected Plane() { method in class:Image.Plane
H A DImageReader.java433 * {@link Image.Plane#getBuffer Plane#getBuffer} call will
599 public Plane[] getPlanes() {
642 private class SurfacePlane extends android.media.Image.Plane {
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DImageReaderTest.java23 import android.media.Image.Plane;
67 mock(Plane.class);
/frameworks/base/core/tests/coretests/src/android/hardware/display/
H A DVirtualDisplayTest.java435 final Image.Plane plane = image.getPlanes()[0];
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A Dcarousel.rs52 } Plane;
245 static Plane carouselPlane = {
289 static bool rayPlaneIntersect(Ray* ray, Plane* plane, float* tout);
1080 if (debugSelection) rsDebug("Plane Angle = ", degrees(*angle));
1401 rayPlaneIntersect(Ray* ray, Plane* plane, float* tout)

Completed in 133 milliseconds