Searched refs:tileHeight (Results 1 – 7 of 7) sorted by relevance
/cts/tests/media/common/src/android/mediav2/common/cts/ |
D | CodecEncoderTestBase.java | 374 int tileHeight = mActiveRawRes.mHeight; in fillImage() local 381 tileHeight = mActiveRawRes.mHeight / 2; in fillImage() 384 if (width == rowStride && width == tileWidth && height == tileHeight) { in fillImage() 387 for (int z = 0; z < height; z += tileHeight) { in fillImage() 388 int rowsToCopy = Math.min(height - z, tileHeight); in fillImage() 401 for (int z = 0; z < height; z += tileHeight) { in fillImage() 402 int rowsToCopy = Math.min(height - z, tileHeight); in fillImage() 418 offset += tileWidth * tileHeight * bytesPerSample; in fillImage() 428 int tileHeight = mActiveRawRes.mHeight; in fillByteBuffer() local 433 tileHeight = mActiveRawRes.mHeight / 2; in fillByteBuffer() [all …]
|
D | CompareStreams.java | 152 int width, height, tileWidth, tileHeight; in fillByteArray() local 157 tileHeight = inpFrameHeight / 2; in fillByteArray() 162 tileHeight = inpFrameHeight; in fillByteArray() 165 for (int k = 0; k < height; k += tileHeight) { in fillByteArray() 166 int rowsToCopy = Math.min(height - k, tileHeight); in fillByteArray() 178 inOffset += tileWidth * tileHeight * bytesPerSample; in fillByteArray()
|
/cts/tests/mediapc/src/android/mediapc/cts/ |
D | CodecTestBase.java | 792 int tileHeight = INP_FRM_HEIGHT; in fillImage() local 799 tileHeight = INP_FRM_HEIGHT / 2; in fillImage() 802 if (width == rowStride && width == tileWidth && height == tileHeight) { in fillImage() 805 for (int z = 0; z < height; z += tileHeight) { in fillImage() 806 int rowsToCopy = Math.min(height - z, tileHeight); in fillImage() 818 for (int z = 0; z < height; z += tileHeight) { in fillImage() 819 int rowsToCopy = Math.min(height - z, tileHeight); in fillImage() 832 offset += tileWidth * tileHeight; in fillImage() 842 int tileHeight = INP_FRM_HEIGHT; in fillByteBuffer() local 847 tileHeight = INP_FRM_HEIGHT / 2; in fillByteBuffer() [all …]
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | HeifWriterTest.java | 363 int tileHeight = format.getInteger(MediaFormat.KEY_TILE_HEIGHT); in verifyResult() local 369 ((height + tileHeight - 1) / tileHeight) == gridRows); in verifyResult()
|
/cts/tests/media/jni/ |
D | NativeCodecEncoderTest.cpp | 171 int width, height, tileWidth, tileHeight; in fillByteBuffer() local 184 tileHeight = kInpFrmHeight; in fillByteBuffer() 194 tileHeight = kInpFrmHeight / 2; in fillByteBuffer() 196 for (int k = 0; k < height; k += tileHeight) { in fillByteBuffer() 197 int rowsToCopy = std::min(height - k, tileHeight); in fillByteBuffer() 207 frmOffset += tileWidth * tileHeight; in fillByteBuffer()
|
/cts/tests/tests/media/misc/src/android/media/misc/cts/ |
D | HeifWriterTest.java | 716 int tileHeight = format.getInteger(MediaFormat.KEY_TILE_HEIGHT); in verifyResult() local 722 ((height + tileHeight - 1) / tileHeight) == gridRows); in verifyResult()
|
D | MediaMetadataRetrieverTest.java | 1379 int tileHeight = format.getInteger(MediaFormat.KEY_TILE_HEIGHT); in testGetImage() local 1385 ((height + tileHeight - 1) / tileHeight) == gridRows); in testGetImage()
|