/hardware/qcom/display/msm8084/liboverlay/ |
D | overlayRotator.cpp | 45 uint32_t Rotator::calcOutputBufSize(const utils::Whf& destWhf) { in calcOutputBufSize() argument 48 int halFormat = ovutils::getHALFormat(destWhf.format); in calcOutputBufSize() 51 destWhf.w, destWhf.h, halFormat, alW, alH); in calcOutputBufSize()
|
D | overlayMdssRot.cpp | 250 ovutils::Whf destWhf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h, in calcOutputBufSize() local 254 opBufSize = calcCompressedBufSize(destWhf); in calcOutputBufSize() 256 opBufSize = Rotator::calcOutputBufSize(destWhf); in calcOutputBufSize() 268 uint32_t MdssRot::calcCompressedBufSize(const ovutils::Whf& destWhf) { in calcCompressedBufSize() argument 271 int aWidth = ovutils::align(destWhf.w, 64); in calcCompressedBufSize() 272 int aHeight = ovutils::align(destWhf.h, 4); in calcCompressedBufSize() 290 if(utils::isYuv(destWhf.format)) { in calcCompressedBufSize()
|
D | overlayRotator.h | 91 static uint32_t calcOutputBufSize(const utils::Whf& destWhf); 194 uint32_t calcCompressedBufSize(const utils::Whf& destWhf);
|
D | overlayMdpRot.cpp | 137 ovutils::Whf destWhf(mRotImgInfo.dst.width, in calcOutputBufSize() local 139 return Rotator::calcOutputBufSize(destWhf); in calcOutputBufSize()
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayRotator.cpp | 46 uint32_t Rotator::calcOutputBufSize(const utils::Whf& destWhf) { in calcOutputBufSize() argument 49 int halFormat = ovutils::getHALFormat(destWhf.format); in calcOutputBufSize() 52 destWhf.w, destWhf.h, halFormat, alW, alH); in calcOutputBufSize()
|
D | overlayMdssRot.cpp | 274 ovutils::Whf destWhf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h, in calcOutputBufSize() local 278 opBufSize = calcCompressedBufSize(destWhf); in calcOutputBufSize() 280 opBufSize = Rotator::calcOutputBufSize(destWhf); in calcOutputBufSize() 292 uint32_t MdssRot::calcCompressedBufSize(const ovutils::Whf& destWhf) { in calcCompressedBufSize() argument 295 int aWidth = ovutils::align(destWhf.w, 64); in calcCompressedBufSize() 296 int aHeight = ovutils::align(destWhf.h, 4); in calcCompressedBufSize() 314 if(utils::isYuv(destWhf.format)) { in calcCompressedBufSize()
|
D | overlayRotator.h | 96 static uint32_t calcOutputBufSize(const utils::Whf& destWhf); 203 uint32_t calcCompressedBufSize(const utils::Whf& destWhf);
|
D | overlayMdpRot.cpp | 156 ovutils::Whf destWhf(mRotImgInfo.dst.width, in calcOutputBufSize() local 158 return Rotator::calcOutputBufSize(destWhf); in calcOutputBufSize()
|
/hardware/qcom/display/msm8960/liboverlay/ |
D | overlayRotator.cpp | 46 uint32_t Rotator::calcOutputBufSize(const utils::Whf& destWhf) { in calcOutputBufSize() argument 49 int halFormat = ovutils::getHALFormat(destWhf.format); in calcOutputBufSize() 52 destWhf.w, destWhf.h, halFormat, alW, alH); in calcOutputBufSize()
|
D | overlayMdssRot.cpp | 253 ovutils::Whf destWhf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h, in calcOutputBufSize() local 256 opBufSize = Rotator::calcOutputBufSize(destWhf); in calcOutputBufSize()
|
D | overlayMdpRot.cpp | 152 ovutils::Whf destWhf(mOrigWhf.w, mOrigWhf.h, in calcOutputBufSize() local 154 return Rotator::calcOutputBufSize(destWhf); in calcOutputBufSize()
|
D | overlayRotator.h | 105 static uint32_t calcOutputBufSize(const utils::Whf& destWhf);
|
/hardware/qcom/display/msm8994/liboverlay/ |
D | overlayRotator.cpp | 68 uint32_t Rotator::calcOutputBufSize(const utils::Whf& destWhf) { in calcOutputBufSize() argument 71 int halFormat = ovutils::getHALFormat(destWhf.format); in calcOutputBufSize() 74 destWhf.w, destWhf.h, halFormat, alW, alH); in calcOutputBufSize()
|
D | overlayMdssRot.cpp | 311 ovutils::Whf destWhf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h, in calcOutputBufSize() local 315 opBufSize = calcCompressedBufSize(destWhf); in calcOutputBufSize() 317 opBufSize = Rotator::calcOutputBufSize(destWhf); in calcOutputBufSize() 329 uint32_t MdssRot::calcCompressedBufSize(const ovutils::Whf& destWhf) { in calcCompressedBufSize() argument 332 int aWidth = ovutils::align(destWhf.w, 64); in calcCompressedBufSize() 333 int aHeight = ovutils::align(destWhf.h, 4); in calcCompressedBufSize() 351 if(utils::isYuv(destWhf.format)) { in calcCompressedBufSize()
|
D | overlayRotator.h | 119 static uint32_t calcOutputBufSize(const utils::Whf& destWhf); 245 uint32_t calcCompressedBufSize(const utils::Whf& destWhf);
|
D | overlayMdpRot.cpp | 164 ovutils::Whf destWhf(mRotImgInfo.dst.width, in calcOutputBufSize() local 166 return Rotator::calcOutputBufSize(destWhf); in calcOutputBufSize()
|