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.java1185 int cropRight = format.getInteger("crop-right"); in checkFrame() local
1190 cropRight = image.getCropRect().right - 1; in checkFrame()
1194 int cropWidth = cropRight - cropLeft + 1; in checkFrame()
/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()
/cts/tests/tests/graphics/src/android/graphics/cts/
DAImageDecoderTest.java1070 int cropLeft, int cropTop, int cropRight, int cropBottom);