Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DCodecImage.java128 public Rect getCropRect() { in getCropRect() method in CodecImage
DImageReaderDecoderTest.java637 assertEquals("Width doesn't match", width, image.getCropRect().width()); in validateImage()
638 assertEquals("Height doesn't match", height, image.getCropRect().height()); in validateImage()
652 Rect crop = image.getCropRect(); in validateSwirl()
775 Rect crop = image.getCropRect(); in getDataFromImage()
DEncodeDecodeTest.java1198 cropLeft = image.getCropRect().left; in checkFrame()
1199 cropRight = image.getCropRect().right - 1; in checkFrame()
1200 cropTop = image.getCropRect().top; in checkFrame()
1201 cropBottom = image.getCropRect().bottom - 1; in checkFrame()
DCodecUtils.java58 setCropRect(image.getCropRect()); in ImageWrapper()
/cts/tests/tests/graphics/src/android/graphics/cts/
DAImageDecoderTest.java754 public Rect getCropRect() {
788 + cropper.getCropRect() + "): " + e);
818 Rect crop = cropper.getCropRect();
835 Rect crop = cropper.getCropRect();
853 Rect crop = cropper.getCropRect();
873 Rect crop = cropper.getCropRect();
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2AndroidTestCase.java618 closedImage.getCropRect(); in imageInvalidAccessTestAfterClose()
DCamera2AndroidTestRule.java722 closedImage.getCropRect(); in imageInvalidAccessTestAfterClose()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java2662 if (!lhsImg.getCropRect().equals(rhsImg.getCropRect())) { in isImageStronglyEqual()
2663 Log.i(TAG, "lhsImg crop rect " + lhsImg.getCropRect() in isImageStronglyEqual()
2664 + " is different with rhsImg crop rect " + rhsImg.getCropRect()); in isImageStronglyEqual()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaUtils.java1331 Rect crop = image.getCropRect(); in getImageMD5Checksum()
/cts/tests/media/src/android/mediav2/cts/
DCodecTestBase.java338 Rect cropRect = image.getCropRect(); in checksum()