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

/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayMdssRot.cpp271 int aWidth = ovutils::align(destWhf.w, 64); local
291 int yRauCount = aWidth / 64; //Y
292 int cRauCount = aWidth / 32; //C
303 int rauCount = aWidth / 32;
314 "Buf Size = %d", __FUNCTION__, aWidth, aHeight, bufSize);
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayMdssRot.cpp295 int aWidth = ovutils::align(destWhf.w, 64); local
315 int yRauCount = aWidth / 64; //Y
316 int cRauCount = aWidth / 32; //C
327 int rauCount = aWidth / 32;
338 "Buf Size = %d", __FUNCTION__, aWidth, aHeight, bufSize);
/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayMdssRot.cpp332 int aWidth = ovutils::align(destWhf.w, 64); local
352 int yRauCount = aWidth / 64; //Y
353 int cRauCount = aWidth / 32; //C
364 int rauCount = aWidth / 32;
375 "Buf Size = %d", __FUNCTION__, aWidth, aHeight, bufSize);
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayMdssRot.cpp332 int aWidth = ovutils::align(destWhf.w, 64); local
352 int yRauCount = aWidth / 64; //Y
353 int cRauCount = aWidth / 32; //C
364 int rauCount = aWidth / 32;
375 "Buf Size = %d", __FUNCTION__, aWidth, aHeight, bufSize);

Completed in 186 milliseconds