HomeSort by relevance Sort by last modified time
    Searched refs:cRauCount (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/display/msm8084/liboverlay/
overlayMdssRot.cpp 292 int cRauCount = aWidth / 32; //C
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/
overlayMdssRot.cpp 316 int cRauCount = aWidth / 32; //C
318 int cStride = ((32 * 2 * cRauCount) + alignup(cRauCount, 8) / 8) * 2;
323 (cRauCount * cStrideOffset * 2) * 2;
325 __FUNCTION__, yRauCount, cRauCount);
  /hardware/qcom/display/msm8909/liboverlay/
overlayMdssRot.cpp 353 int cRauCount = aWidth / 32; //C
355 int cStride = ((32 * 2 * cRauCount) + alignup(cRauCount, 8) / 8) * 2;
360 (cRauCount * cStrideOffset * 2) * 2;
362 __FUNCTION__, yRauCount, cRauCount);
  /hardware/qcom/display/msm8994/liboverlay/
overlayMdssRot.cpp 353 int cRauCount = aWidth / 32; //C
355 int cStride = ((32 * 2 * cRauCount) + alignup(cRauCount, 8) / 8) * 2;
360 (cRauCount * cStrideOffset * 2) * 2;
362 __FUNCTION__, yRauCount, cRauCount);

Completed in 91 milliseconds