Searched refs:aHeight (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlayMdssRot.cpp | 272 int aHeight = ovutils::align(destWhf.h, 4); in calcCompressedBufSize() local 295 int yStrideOffset = (aHeight / 4); in calcCompressedBufSize() 296 int cStrideOffset = (aHeight / 2); in calcCompressedBufSize() 306 int strideOffset = (aHeight / 4); in calcCompressedBufSize() 314 "Buf Size = %d", __FUNCTION__, aWidth, aHeight, bufSize); in calcCompressedBufSize()
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayMdssRot.cpp | 296 int aHeight = ovutils::align(destWhf.h, 4); in calcCompressedBufSize() local 319 int yStrideOffset = (aHeight / 4); in calcCompressedBufSize() 320 int cStrideOffset = (aHeight / 2); in calcCompressedBufSize() 330 int strideOffset = (aHeight / 4); in calcCompressedBufSize() 338 "Buf Size = %d", __FUNCTION__, aWidth, aHeight, bufSize); in calcCompressedBufSize()
|
/hardware/qcom/display/msm8994/liboverlay/ |
D | overlayMdssRot.cpp | 333 int aHeight = ovutils::align(destWhf.h, 4); in calcCompressedBufSize() local 356 int yStrideOffset = (aHeight / 4); in calcCompressedBufSize() 357 int cStrideOffset = (aHeight / 2); in calcCompressedBufSize() 367 int strideOffset = (aHeight / 4); in calcCompressedBufSize() 375 "Buf Size = %d", __FUNCTION__, aWidth, aHeight, bufSize); in calcCompressedBufSize()
|
/hardware/qcom/display/msm8909/liboverlay/ |
D | overlayMdssRot.cpp | 333 int aHeight = ovutils::align(destWhf.h, 4); in calcCompressedBufSize() local 356 int yStrideOffset = (aHeight / 4); in calcCompressedBufSize() 357 int cStrideOffset = (aHeight / 2); in calcCompressedBufSize() 367 int strideOffset = (aHeight / 4); in calcCompressedBufSize() 375 "Buf Size = %d", __FUNCTION__, aWidth, aHeight, bufSize); in calcCompressedBufSize()
|