Home
last modified time | relevance | path

Searched refs:tileHeight (Results 1 – 5 of 5) sorted by relevance

/cts/tests/media/src/android/mediav2/cts/
DCodecTestBase.java1178 int tileHeight = INP_FRM_HEIGHT; in fillImage() local
1185 tileHeight = INP_FRM_HEIGHT / 2; in fillImage()
1188 if (width == rowStride && width == tileWidth && height == tileHeight) { in fillImage()
1191 for (int z = 0; z < height; z += tileHeight) { in fillImage()
1192 int rowsToCopy = Math.min(height - z, tileHeight); in fillImage()
1204 for (int z = 0; z < height; z += tileHeight) { in fillImage()
1205 int rowsToCopy = Math.min(height - z, tileHeight); in fillImage()
1218 offset += tileWidth * tileHeight; in fillImage()
1228 int tileHeight = INP_FRM_HEIGHT; in fillByteBuffer() local
1233 tileHeight = INP_FRM_HEIGHT / 2; in fillByteBuffer()
[all …]
/cts/tests/camera/src/android/hardware/camera2/cts/
DHeifWriterTest.java352 int tileHeight = format.getInteger(MediaFormat.KEY_TILE_HEIGHT); in verifyResult() local
358 ((height + tileHeight - 1) / tileHeight) == gridRows); in verifyResult()
/cts/tests/media/jni/
DNativeCodecEncoderTest.cpp223 int width, height, tileWidth, tileHeight; in fillByteBuffer() local
236 tileHeight = kInpFrmHeight; in fillByteBuffer()
246 tileHeight = kInpFrmHeight / 2; in fillByteBuffer()
248 for (int k = 0; k < height; k += tileHeight) { in fillByteBuffer()
249 int rowsToCopy = std::min(height - k, tileHeight); in fillByteBuffer()
259 frmOffset += tileWidth * tileHeight; in fillByteBuffer()
/cts/tests/tests/media/src/android/media/cts/
DMediaMetadataRetrieverTest.java785 int tileHeight = format.getInteger(MediaFormat.KEY_TILE_HEIGHT); in testGetImage() local
791 ((height + tileHeight - 1) / tileHeight) == gridRows); in testGetImage()
DHeifWriterTest.java642 int tileHeight = format.getInteger(MediaFormat.KEY_TILE_HEIGHT); in verifyResult() local
648 ((height + tileHeight - 1) / tileHeight) == gridRows); in verifyResult()