Home
last modified time | relevance | path

Searched defs:crop (Results 1 – 12 of 12) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2024-0023/
Dpoc.cpp49 C2Rect crop = C2Rect(0 /* width */, 0 /* height */); in main() local
/cts/tests/tests/media/common/jni/
Dcodec-utils-jni.cpp49 struct crop { struct
50 int left;
51 int top;
52 int right;
53 int bottom;
54 } crop; member
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DTextureTestRenderer.java105 int crop[] = new int[] { 0, 0, 4, 4 }; in onDrawFrame() local
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DImageReaderDecoderTest.java594 Rect crop = image.getCropRect(); in validateSwirl() local
721 Rect crop = image.getCropRect(); in getDataFromImage() local
/cts/tests/tests/mediatranscoding/src/android/media/mediatranscoding/cts/
DMediaTranscodingTestUtil.java332 Rect crop = image.getCropRect(); in dumpYUV420PToFile() local
/cts/apps/CameraITS/utils/
Dopencv_processing_utils.py836 def correct_faces_for_crop(faces, img, crop): argument
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapRegionDecoderTest.java423 Rect crop = new Rect(0 ,0, cropWidth, cropHeight); in testInBitmapReuse() local
/cts/tests/surfacecontrol/src/android/view/cts/util/
DASurfaceControlTestUtils.java112 public static void setCrop(long surfaceControl, Rect crop) { in setCrop()
/cts/tests/camera/src/android/hardware/camera2/cts/
DImageReaderTest.java1426 Rect crop = new Rect(/*left*/wOffset, /*top*/hOffset, /*right*/wOffset + w, in convertPixelYuvToRgba() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaUtils.java1357 Rect crop = image.getCropRect(); in getImageMD5Checksum() local
/cts/tests/surfacecontrol/jni/
Dandroid_view_cts_ASurfaceControlTest.cpp344 const ARect crop{left, top, right, bottom}; in SurfaceTransaction_setCrop() local
/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_AImageDecoderTest.cpp1052 ARect crop{ width / 2, height / 2, width, height }; in testSetCrop() local