Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8084/liboverlay/
DoverlayMdssRot.cpp291 int yRauCount = aWidth / 64; //Y in calcCompressedBufSize() local
293 int yStride = (64 * 4 * yRauCount) + alignup(yRauCount, 8) / 8; in calcCompressedBufSize()
298 (yRauCount * yStrideOffset * 2) + in calcCompressedBufSize()
301 __FUNCTION__, yRauCount, cRauCount); in calcCompressedBufSize()
/hardware/qcom/display/msm8226/liboverlay/
DoverlayMdssRot.cpp315 int yRauCount = aWidth / 64; //Y in calcCompressedBufSize() local
317 int yStride = (64 * 4 * yRauCount) + alignup(yRauCount, 8) / 8; in calcCompressedBufSize()
322 (yRauCount * yStrideOffset * 2) + in calcCompressedBufSize()
325 __FUNCTION__, yRauCount, cRauCount); in calcCompressedBufSize()
/hardware/qcom/display/msm8994/liboverlay/
DoverlayMdssRot.cpp352 int yRauCount = aWidth / 64; //Y in calcCompressedBufSize() local
354 int yStride = (64 * 4 * yRauCount) + alignup(yRauCount, 8) / 8; in calcCompressedBufSize()
359 (yRauCount * yStrideOffset * 2) + in calcCompressedBufSize()
362 __FUNCTION__, yRauCount, cRauCount); in calcCompressedBufSize()