Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DScriptYuvCrop.java63 RectF crop = parameters.get(CROP_WINDOW); in createOutputInfo() local
/cts/tests/tests/media/libmediandkjni/
Dcodec-utils-jni.cpp44 struct crop { struct
45 int left;
46 int top;
47 int right;
48 int bottom;
49 } 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/src/android/media/cts/
DImageReaderDecoderTest.java652 Rect crop = image.getCropRect(); in validateSwirl() local
775 Rect crop = image.getCropRect(); in getDataFromImage() local
/cts/tests/tests/view/src/android/view/cts/util/
DASurfaceControlTestUtils.java110 public static void setCrop(long surfaceControl, Rect crop) { in setCrop()
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapRegionDecoderTest.java423 Rect crop = new Rect(0 ,0, cropWidth, cropHeight); in testInBitmapReuse() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DImageReaderTest.java817 Rect crop = new Rect(/*left*/wOffset, /*top*/hOffset, /*right*/wOffset + w, in convertPixelYuvToRgba() local
/cts/tests/tests/view/jni/
Dandroid_view_cts_ASurfaceControlTest.cpp302 const ARect crop{left, top, right, bottom}; in SurfaceTransaction_setCrop() local
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaUtils.java1331 Rect crop = image.getCropRect(); in getImageMD5Checksum() local
/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_AImageDecoderTest.cpp1051 ARect crop{ width / 2, height / 2, width, height }; in testSetCrop() local