Searched refs:cropRight (Results 1 – 5 of 5) sorted by relevance
/cts/tests/media/jni/ |
D | NativeCodecTestBase.cpp | 662 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/ |
D | MediaTranscodingTestUtil.java | 334 int cropRight = crop.right; in dumpYUV420PToFile() local 337 int imageWidth = cropRight - cropLeft; in dumpYUV420PToFile()
|
/cts/tests/tests/media/codec/src/android/media/codec/cts/ |
D | EncodeDecodeTest.java | 1081 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/ |
D | MediaUtils.java | 1359 int cropRight = crop.right; in getImageMD5Checksum() local 1363 int imageWidth = cropRight - cropLeft; in getImageMD5Checksum()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | AImageDecoderTest.java | 1303 int cropLeft, int cropTop, int cropRight, int cropBottom);
|