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.java616 assertEquals("Width doesn't match", width, image.getCropRect().width()); in validateImage()
617 assertEquals("Height doesn't match", height, image.getCropRect().height()); in validateImage()
631 Rect crop = image.getCropRect(); in validateSwirl()
754 Rect crop = image.getCropRect(); in getDataFromImage()
DEncodeDecodeTest.java1185 cropLeft = image.getCropRect().left; in checkFrame()
1186 cropRight = image.getCropRect().right - 1; in checkFrame()
1187 cropTop = image.getCropRect().top; in checkFrame()
1188 cropBottom = image.getCropRect().bottom - 1; in checkFrame()
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2AndroidTestCase.java469 closedImage.getCropRect(); in imageInvalidAccessTestAfterClose()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java1871 if (!lhsImg.getCropRect().equals(rhsImg.getCropRect())) { in isImageStronglyEqual()
1872 Log.i(TAG, "lhsImg crop rect " + lhsImg.getCropRect() in isImageStronglyEqual()
1873 + " is different with rhsImg crop rect " + rhsImg.getCropRect()); in isImageStronglyEqual()