Home
last modified time | relevance | path

Searched refs:rowsToCopy (Results 1 – 2 of 2) sorted by relevance

/cts/tests/media/src/android/mediav2/cts/
DCodecTestBase.java1192 int rowsToCopy = Math.min(height - z, tileHeight); in fillImage() local
1193 for (int y = 0; y < rowsToCopy; y++) { in fillImage()
1205 int rowsToCopy = Math.min(height - z, tileHeight); in fillImage() local
1206 for (int y = 0; y < rowsToCopy; y++) { in fillImage()
1236 int rowsToCopy = Math.min(height - k, tileHeight); in fillByteBuffer() local
1237 for (int j = 0; j < rowsToCopy; j++) { in fillByteBuffer()
/cts/tests/media/jni/
DNativeCodecEncoderTest.cpp249 int rowsToCopy = std::min(height - k, tileHeight); in fillByteBuffer() local
250 for (int j = 0; j < rowsToCopy; j++) { in fillByteBuffer()