Home
last modified time | relevance | path

Searched defs:plane (Results 1 – 15 of 15) sorted by relevance

/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/
DMultiFramePixelChecker.java42 private boolean findStartingColor(Image.Plane plane, Rect boundsToCheck) { in findStartingColor()
55 public boolean validatePlane(Image.Plane plane, long frameNumber, Rect boundsToCheck, int width, in validatePlane()
DPixelChecker.java40 public static int getNumMatchingPixels(PixelColor expectedColor, Image.Plane plane, in getNumMatchingPixels()
60 boolean isEmpty(Image.Plane plane, Rect boundsToCheck) { in isEmpty()
94 public boolean validatePlane(Image.Plane plane, long frameNumber, in validatePlane()
DRectChecker.java51 public boolean validatePlane(Image.Plane plane, long framenumber, Rect boundsToCheck, in validatePlane()
61 public boolean validatePlaneForTarget(Target t, Image.Plane plane, Rect boundsToCheck, in validatePlaneForTarget()
/cts/tests/tests/media/common/jni/
Dcodec-utils-jni.cpp55 struct plane { struct
56 const uint8_t *buffer;
57 size_t size;
58 ssize_t colInc;
59 ssize_t rowInc;
60 offs_t cropOffs;
61 size_t cropWidth;
62 size_t cropHeight;
63 } plane[3]; member
230 ScopedLocalRef<jobject> plane( in getNativeImage() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DHardwareRendererTests.kt88 val plane = planes[0] in <lambda>() constant
176 val plane = planes[0] in testBasicDrawCpuConsumer() constant
458 val plane = planes[0] in testLotsOfBuffers() constant
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/offscreen/
DProjectionOffscreenActivity.java255 final Image.Plane plane = image.getPlanes()[0]; in scanImage() local
/cts/tests/tests/view/src/android/view/cts/
DPixelCopyTest.java920 Image.Plane plane = image.getPlanes()[0]; in testBufferQueueCrop() local
960 Image.Plane plane = image.getPlanes()[0]; in testAutoSize() local
992 Image.Plane plane = image.getPlanes()[0]; in testAutoSizeWithCrop() local
1027 Image.Plane plane = image.getPlanes()[0]; in testAutoSizeWithSrcRect() local
DTextureViewTest.java379 Image.Plane plane = image.getPlanes()[0]; in testSDRFromSurfaceViewAndTextureView() local
460 Image.Plane plane = image.getPlanes()[0]; in testCropRect() local
/cts/tests/tests/media/projection/src/android/media/projection/cts/
DMediaProjectionMirroringTest.java473 final Image.Plane plane = image.getPlanes()[0]; in onImageAvailable() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DCtsUtilsTest.java160 private static void drawGradient(FakePlane plane, int w, int h) { in drawGradient()
/cts/tests/tests/media/common/src/android/media/cts/
DCodecUtils.java93 PlaneWrapper(Image.Plane plane) { in PlaneWrapper()
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceControlTest.java2138 Image.Plane plane = planes[0]; in testDefaultDataSpaceForRGBBufferIssRGB() local
2221 Image.Plane plane = planes[i]; in testDefaultDataSpaceForYUVBufferIssRGB() local
/cts/tests/tests/display/src/android/display/cts/
DVirtualDisplayTest.java694 final Image.Plane plane = image.getPlanes()[0]; in scanImage() local
/cts/tests/media/jni/
DNativeCodecEncoderTest.cpp179 for (int plane = 0; plane < numOfPlanes; plane++) { in fillByteBuffer() local
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java1168 private byte getPixelFromPlane(Plane plane, int x, int y) { in getPixelFromPlane()