Home
last modified time | relevance | path

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

/cts/tests/media/jni/
DNativeCodecTestBase.cpp531 int cropLeft, cropRight, cropTop, cropBottom; in getWidth() local
533 if (AMediaFormat_getRect(format, "crop", &cropLeft, &cropTop, &cropRight, &cropBottom) || in getWidth()
535 AMediaFormat_getInt32(format, "crop-right", &cropRight))) { in getWidth()
536 width = cropRight + 1 - cropLeft; in getWidth()
543 int cropLeft, cropRight, cropTop, cropBottom; in getHeight() local
545 if (AMediaFormat_getRect(format, "crop", &cropLeft, &cropTop, &cropRight, &cropBottom) || in getHeight()
/cts/tests/tests/media/src/android/media/cts/
DEncodeDecodeTest.java1183 int cropRight = format.getInteger("crop-right"); in checkFrame() local
1188 cropRight = image.getCropRect().right - 1; in checkFrame()
1192 int cropWidth = cropRight - cropLeft + 1; in checkFrame()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DMediaUtils.java1160 int cropRight = crop.right; in getImageMD5Checksum() local
1164 int imageWidth = cropRight - cropLeft; in getImageMD5Checksum()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaUtils.java1267 int cropRight = crop.right; in getImageMD5Checksum() local
1271 int imageWidth = cropRight - cropLeft; in getImageMD5Checksum()