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

  /hardware/qcom/display/msm8084/liboverlay/
overlayMdssRot.cpp 303 int rauCount = aWidth / 32;
305 int stride = (32 * 4 * rauCount) + alignup(rauCount, 8) / 8;
308 (rauCount * strideOffset * 2);
310 rauCount);
  /hardware/qcom/display/msm8226/liboverlay/
overlayMdssRot.cpp 327 int rauCount = aWidth / 32;
329 int stride = (32 * 4 * rauCount) + alignup(rauCount, 8) / 8;
332 (rauCount * strideOffset * 2);
334 rauCount);
  /hardware/qcom/display/msm8994/liboverlay/
overlayMdssRot.cpp 364 int rauCount = aWidth / 32;
366 int stride = (32 * 4 * rauCount) + alignup(rauCount, 8) / 8;
369 (rauCount * strideOffset * 2);
371 rauCount);

Completed in 382 milliseconds