Searched refs:cropBottom (Results 1 – 4 of 4) sorted by relevance
/cts/tests/media/jni/ |
D | NativeCodecTestBase.cpp | 531 int cropLeft, cropRight, cropTop, cropBottom; in getWidth() local 533 if (AMediaFormat_getRect(format, "crop", &cropLeft, &cropTop, &cropRight, &cropBottom) || in getWidth() 543 int cropLeft, cropRight, cropTop, cropBottom; in getHeight() local 545 if (AMediaFormat_getRect(format, "crop", &cropLeft, &cropTop, &cropRight, &cropBottom) || in getHeight() 547 AMediaFormat_getInt32(format, "crop-bottom", &cropBottom))) { in getHeight() 548 height = cropBottom + 1 - cropTop; in getHeight()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | EncodeDecodeTest.java | 1185 int cropBottom = format.getInteger("crop-bottom"); in checkFrame() local 1190 cropBottom = image.getCropRect().bottom - 1; in checkFrame() 1193 int cropHeight = cropBottom - cropTop + 1; in checkFrame()
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
D | MediaUtils.java | 1162 int cropBottom = crop.bottom; in getImageMD5Checksum() local 1165 int imageHeight = cropBottom - cropTop; in getImageMD5Checksum()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | MediaUtils.java | 1269 int cropBottom = crop.bottom; in getImageMD5Checksum() local 1272 int imageHeight = cropBottom - cropTop; in getImageMD5Checksum()
|