Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DCodecImage.java128 public Rect getCropRect() { in getCropRect() method in CodecImage
DImageReaderDecoderTest.java615 assertEquals("Width doesn't match", width, image.getCropRect().width()); in validateImage()
616 assertEquals("Height doesn't match", height, image.getCropRect().height()); in validateImage()
630 Rect crop = image.getCropRect(); in validateSwirl()
753 Rect crop = image.getCropRect(); in getDataFromImage()
DEncodeDecodeTest.java1102 cropLeft = image.getCropRect().left; in checkFrame()
1103 cropRight = image.getCropRect().right - 1; in checkFrame()
1104 cropTop = image.getCropRect().top; in checkFrame()
1105 cropBottom = image.getCropRect().bottom - 1; in checkFrame()
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/testcases/
DCamera2AndroidTestCase.java469 closedImage.getCropRect(); in imageInvalidAccessTestAfterClose()
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DCameraTestUtils.java1654 if (!lhsImg.getCropRect().equals(rhsImg.getCropRect())) { in isImageStronglyEqual()
1655 Log.i(TAG, "lhsImg crop rect " + lhsImg.getCropRect() in isImageStronglyEqual()
1656 + " is different with rhsImg crop rect " + rhsImg.getCropRect()); in isImageStronglyEqual()