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

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

Completed in 150 milliseconds