Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8084/liboverlay/
DoverlayMdssRot.cpp303 int rauCount = aWidth / 32; in calcCompressedBufSize() local
305 int stride = (32 * 4 * rauCount) + alignup(rauCount, 8) / 8; in calcCompressedBufSize()
308 (rauCount * strideOffset * 2); in calcCompressedBufSize()
310 rauCount); in calcCompressedBufSize()
/hardware/qcom/display/msm8226/liboverlay/
DoverlayMdssRot.cpp327 int rauCount = aWidth / 32; in calcCompressedBufSize() local
329 int stride = (32 * 4 * rauCount) + alignup(rauCount, 8) / 8; in calcCompressedBufSize()
332 (rauCount * strideOffset * 2); in calcCompressedBufSize()
334 rauCount); in calcCompressedBufSize()
/hardware/qcom/display/msm8994/liboverlay/
DoverlayMdssRot.cpp364 int rauCount = aWidth / 32; in calcCompressedBufSize() local
366 int stride = (32 * 4 * rauCount) + alignup(rauCount, 8) / 8; in calcCompressedBufSize()
369 (rauCount * strideOffset * 2); in calcCompressedBufSize()
371 rauCount); in calcCompressedBufSize()