Searched refs:aWidth (Results 1 – 3 of 3) sorted by relevance
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlayMdssRot.cpp | 271 int aWidth = ovutils::align(destWhf.w, 64); in calcCompressedBufSize() local 291 int yRauCount = aWidth / 64; //Y in calcCompressedBufSize() 292 int cRauCount = aWidth / 32; //C in calcCompressedBufSize() 303 int rauCount = aWidth / 32; in calcCompressedBufSize() 314 "Buf Size = %d", __FUNCTION__, aWidth, aHeight, bufSize); in calcCompressedBufSize()
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayMdssRot.cpp | 295 int aWidth = ovutils::align(destWhf.w, 64); in calcCompressedBufSize() local 315 int yRauCount = aWidth / 64; //Y in calcCompressedBufSize() 316 int cRauCount = aWidth / 32; //C in calcCompressedBufSize() 327 int rauCount = aWidth / 32; in calcCompressedBufSize() 338 "Buf Size = %d", __FUNCTION__, aWidth, aHeight, bufSize); in calcCompressedBufSize()
|
/hardware/qcom/display/msm8994/liboverlay/ |
D | overlayMdssRot.cpp | 332 int aWidth = ovutils::align(destWhf.w, 64); in calcCompressedBufSize() local 352 int yRauCount = aWidth / 64; //Y in calcCompressedBufSize() 353 int cRauCount = aWidth / 32; //C in calcCompressedBufSize() 364 int rauCount = aWidth / 32; in calcCompressedBufSize() 375 "Buf Size = %d", __FUNCTION__, aWidth, aHeight, bufSize); in calcCompressedBufSize()
|