Home
last modified time | relevance | path

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

/hardware/google/av/codec2/tests/vndk/
DC2BufferTest.cpp431 int32_t rowOffset = (row + rect.top / info.rowSampling) * info.rowInc; in fillPlane() local
434 addr[rowOffset + colOffset] = value; in fillPlane()
441 int32_t rowOffset = (row + rect.top / info.rowSampling) * info.rowInc; in verifyPlane() local
444 if (addr[rowOffset + colOffset] != value) { in verifyPlane()