Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/jni/
H A DGraphics.cpp699 const int rowsToCopy = std::min(mRecycledBitmap->info().height(), in copyIfNecessary() local
701 for (int y = 0; y < rowsToCopy; y++) { in copyIfNecessary()
/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
H A DVtsHalMediaC2V1_0TargetVideoEncTest.cpp312 int rowsToCopy = std::min(height - k, tileHeight); in fillByteBuffer() local
313 for (int j = 0; j < rowsToCopy; j++) { in fillByteBuffer()