Searched refs:cropTop (Results 1 – 7 of 7) sorted by relevance
/cts/tests/media/common/src/android/mediav2/common/cts/ |
D | VideoErrorManager.java | 133 int cropTop = 0; in computeMSE() local 138 cropTop = cropRect.top; in computeMSE() 149 int offset = (cropTop + h) * imgWidth + cropLeft; in computeMSE() 158 int offset = (cropTop + h) * imgWidth + cropLeft; in computeMSE()
|
/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() 674 int cropLeft, cropRight, cropTop, cropBottom; in getHeight() local 676 if (AMediaFormat_getRect(format, "crop", &cropLeft, &cropTop, &cropRight, &cropBottom) || in getHeight() 677 (AMediaFormat_getInt32(format, "crop-top", &cropTop) && in getHeight() 679 height = cropBottom + 1 - cropTop; in getHeight()
|
/cts/tests/tests/mediatranscoding/src/android/media/mediatranscoding/cts/ |
D | MediaTranscodingTestUtil.java | 335 int cropTop = crop.top; in dumpYUV420PToFile() local 338 int imageHeight = cropBottom - cropTop; in dumpYUV420PToFile() 352 top = cropTop; in dumpYUV420PToFile() 357 top = cropTop / 2; in dumpYUV420PToFile()
|
/cts/tests/tests/media/codec/src/android/media/codec/cts/ |
D | EncodeDecodeTest.java | 1082 int cropTop = format.getInteger("crop-top"); in checkFrame() local 1087 cropTop = image.getCropRect().top; in checkFrame() 1091 int cropHeight = cropBottom - cropTop + 1; in checkFrame() 1106 y += cropTop; in checkFrame()
|
D | VideoCodecTestBase.java | 601 int cropTop = 0; in decode() local 716 cropTop = format.getInteger("crop-top"); in decode() 724 cropHeight = format.getInteger("crop-bottom") - cropTop + 1; in decode() 728 Log.d(TAG, "Frame crop window origin: " + cropLeft + " x " + cropTop in decode() 731 cropHeight = Math.min(frameHeight - cropTop, cropHeight); in decode() 762 frame = PackYUV420(cropLeft, cropTop, cropWidth, cropHeight, in decode()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | MediaUtils.java | 1360 int cropTop = crop.top; in getImageMD5Checksum() local 1364 int imageHeight = cropBottom - cropTop; in getImageMD5Checksum() 1377 top = cropTop; in getImageMD5Checksum() 1382 top = cropTop / 2; in getImageMD5Checksum()
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | AImageDecoderTest.java | 1303 int cropLeft, int cropTop, int cropRight, int cropBottom);
|