/cts/hostsidetests/securitybulletin/securityPatch/CVE-2024-0023/ |
D | poc.cpp | 49 C2Rect crop = C2Rect(0 /* width */, 0 /* height */); in main() local
|
/cts/tests/tests/media/common/jni/ |
D | codec-utils-jni.cpp | 49 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/ |
D | TextureTestRenderer.java | 105 int crop[] = new int[] { 0, 0, 4, 4 }; in onDrawFrame() local
|
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/ |
D | ImageReaderDecoderTest.java | 594 Rect crop = image.getCropRect(); in validateSwirl() local 721 Rect crop = image.getCropRect(); in getDataFromImage() local
|
/cts/tests/tests/mediatranscoding/src/android/media/mediatranscoding/cts/ |
D | MediaTranscodingTestUtil.java | 332 Rect crop = image.getCropRect(); in dumpYUV420PToFile() local
|
/cts/apps/CameraITS/utils/ |
D | opencv_processing_utils.py | 836 def correct_faces_for_crop(faces, img, crop): argument
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapRegionDecoderTest.java | 423 Rect crop = new Rect(0 ,0, cropWidth, cropHeight); in testInBitmapReuse() local
|
/cts/tests/surfacecontrol/src/android/view/cts/util/ |
D | ASurfaceControlTestUtils.java | 112 public static void setCrop(long surfaceControl, Rect crop) { in setCrop()
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | ImageReaderTest.java | 1426 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/ |
D | MediaUtils.java | 1357 Rect crop = image.getCropRect(); in getImageMD5Checksum() local
|
/cts/tests/surfacecontrol/jni/ |
D | android_view_cts_ASurfaceControlTest.cpp | 344 const ARect crop{left, top, right, bottom}; in SurfaceTransaction_setCrop() local
|
/cts/tests/tests/graphics/jni/ |
D | android_graphics_cts_AImageDecoderTest.cpp | 1052 ARect crop{ width / 2, height / 2, width, height }; in testSetCrop() local
|