Home
last modified time | relevance | path

Searched refs:getCropRect (Results 1 – 13 of 13) sorted by relevance

/cts/tests/tests/media/common/src/android/media/cts/
DCodecImage.java127 public Rect getCropRect() { in getCropRect() method in CodecImage
DCodecUtils.java53 setCropRect(image.getCropRect()); in ImageWrapper()
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DImageReaderDecoderTest.java579 assertEquals("Width doesn't match", width, image.getCropRect().width()); in validateImage()
580 assertEquals("Height doesn't match", height, image.getCropRect().height()); in validateImage()
594 Rect crop = image.getCropRect(); in validateSwirl()
721 Rect crop = image.getCropRect(); in getDataFromImage()
/cts/tests/tests/graphics/src/android/graphics/cts/
DAImageDecoderTest.java850 public Rect getCropRect() {
884 + cropper.getCropRect() + "): " + e);
914 Rect crop = cropper.getCropRect();
931 Rect crop = cropper.getCropRect();
949 Rect crop = cropper.getCropRect();
969 Rect crop = cropper.getCropRect();
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DEncodeDecodeTest.java1085 cropLeft = image.getCropRect().left; in checkFrame()
1086 cropRight = image.getCropRect().right - 1; in checkFrame()
1087 cropTop = image.getCropRect().top; in checkFrame()
1088 cropBottom = image.getCropRect().bottom - 1; in checkFrame()
/cts/tests/media/common/src/android/mediav2/common/cts/
DDecodeStreamToYuv.java178 Rect cropRect = image.getCropRect(); in getImage()
DOutputManager.java246 Rect cropRect = image.getCropRect(); in checksum()
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2AndroidTestCase.java685 closedImage.getCropRect(); in imageInvalidAccessTestAfterClose()
DCamera2AndroidTestRule.java733 closedImage.getCropRect(); in imageInvalidAccessTestAfterClose()
/cts/tests/tests/mediatranscoding/src/android/media/mediatranscoding/cts/
DMediaTranscodingTestUtil.java332 Rect crop = image.getCropRect(); in dumpYUV420PToFile()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java3282 if (!lhsImg.getCropRect().equals(rhsImg.getCropRect())) { in isImageStronglyEqual()
3283 Log.i(TAG, "lhsImg crop rect " + lhsImg.getCropRect() in isImageStronglyEqual()
3284 + " is different with rhsImg crop rect " + rhsImg.getCropRect()); in isImageStronglyEqual()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaUtils.java1357 Rect crop = image.getCropRect(); in getImageMD5Checksum()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt22334 method public android.graphics.Rect getCropRect();