Searched refs:vPlaneOffset (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp620 uint32_t yPlaneOffset, uPlaneOffset, vPlaneOffset; local
625 vPlaneOffset = yPlaneOffset + yPlaneStride * gBuf->getHeight();
626 uPlaneOffset = vPlaneOffset
631 *(buf + vPlaneOffset + (y / 2) * vPlaneStride + (x / 2))

Completed in 277 milliseconds