Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecTestBase.cpp662 int cropLeft, cropRight, cropTop, cropBottom; in getWidth() local
664 if (AMediaFormat_getRect(format, "crop", &cropLeft, &cropTop, &cropRight, &cropBottom) || in getWidth()
666 AMediaFormat_getInt32(format, "crop-right", &cropRight))) { in getWidth()
667 width = cropRight + 1 - cropLeft; in getWidth()
674 int cropLeft, cropRight, cropTop, cropBottom; in getHeight() local
676 if (AMediaFormat_getRect(format, "crop", &cropLeft, &cropTop, &cropRight, &cropBottom) || in getHeight()
/cts/tests/tests/mediatranscoding/src/android/media/mediatranscoding/cts/
DMediaTranscodingTestUtil.java334 int cropRight = crop.right; in dumpYUV420PToFile() local
337 int imageWidth = cropRight - cropLeft; in dumpYUV420PToFile()
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DEncodeDecodeTest.java1081 int cropRight = format.getInteger("crop-right"); in checkFrame() local
1086 cropRight = image.getCropRect().right - 1; in checkFrame()
1090 int cropWidth = cropRight - cropLeft + 1; in checkFrame()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaUtils.java1359 int cropRight = crop.right; in getImageMD5Checksum() local
1363 int imageWidth = cropRight - cropLeft; in getImageMD5Checksum()
/cts/tests/tests/graphics/src/android/graphics/cts/
DAImageDecoderTest.java1303 int cropLeft, int cropTop, int cropRight, int cropBottom);