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

/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayMdssRot.cpp292 int cRauCount = aWidth / 32; //C local
294 int cStride = ((32 * 2 * cRauCount) + alignup(cRauCount, 8) / 8) * 2;
299 (cRauCount * cStrideOffset * 2) * 2;
301 __FUNCTION__, yRauCount, cRauCount);
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayMdssRot.cpp316 int cRauCount = aWidth / 32; //C local
318 int cStride = ((32 * 2 * cRauCount) + alignup(cRauCount, 8) / 8) * 2;
323 (cRauCount * cStrideOffset * 2) * 2;
325 __FUNCTION__, yRauCount, cRauCount);
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayMdssRot.cpp353 int cRauCount = aWidth / 32; //C local
355 int cStride = ((32 * 2 * cRauCount) + alignup(cRauCount, 8) / 8) * 2;
360 (cRauCount * cStrideOffset * 2) * 2;
362 __FUNCTION__, yRauCount, cRauCount);

Completed in 76 milliseconds