Home
last modified time | relevance | path

Searched refs:aHeight (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/display/msm8084/liboverlay/
DoverlayMdssRot.cpp272 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/
DoverlayMdssRot.cpp296 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/msm8974/liboverlay/
DoverlayMdssRot.cpp279 int aHeight = ovutils::align(destWhf.h, 4); in calcCompressedBufSize() local
283 int stride0_off = (aHeight/4); in calcCompressedBufSize()
284 int stride1_off = (aHeight/2); in calcCompressedBufSize()
290 "opBufSize = %d ", __FUNCTION__, aWidth, aHeight, rau_cnt, bufSize); in calcCompressedBufSize()
/hardware/qcom/display/msm8994/liboverlay/
DoverlayMdssRot.cpp333 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()