Searched defs:aWidth (Results 1 - 3 of 3) 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/msm8974/liboverlay/
H A DoverlayMdssRot.cpp278 int aWidth = ovutils::align(destWhf.w, 64); local
280 int rau_cnt = aWidth/64;
290 "opBufSize = %d ", __FUNCTION__, aWidth, aHeight, rau_cnt, bufSize);

Completed in 2834 milliseconds