Home
last modified time | relevance | path

Searched refs:destWhf (Results 1 – 16 of 16) sorted by relevance

/hardware/qcom/display/msm8084/liboverlay/
DoverlayRotator.cpp45 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()
DoverlayMdssRot.cpp250 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()
DoverlayRotator.h91 static uint32_t calcOutputBufSize(const utils::Whf& destWhf);
194 uint32_t calcCompressedBufSize(const utils::Whf& destWhf);
DoverlayMdpRot.cpp137 ovutils::Whf destWhf(mRotImgInfo.dst.width, in calcOutputBufSize() local
139 return Rotator::calcOutputBufSize(destWhf); in calcOutputBufSize()
/hardware/qcom/display/msm8226/liboverlay/
DoverlayRotator.cpp46 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()
DoverlayMdssRot.cpp274 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()
DoverlayRotator.h96 static uint32_t calcOutputBufSize(const utils::Whf& destWhf);
203 uint32_t calcCompressedBufSize(const utils::Whf& destWhf);
DoverlayMdpRot.cpp156 ovutils::Whf destWhf(mRotImgInfo.dst.width, in calcOutputBufSize() local
158 return Rotator::calcOutputBufSize(destWhf); in calcOutputBufSize()
/hardware/qcom/display/msm8960/liboverlay/
DoverlayRotator.cpp46 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()
DoverlayMdssRot.cpp253 ovutils::Whf destWhf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h, in calcOutputBufSize() local
256 opBufSize = Rotator::calcOutputBufSize(destWhf); in calcOutputBufSize()
DoverlayMdpRot.cpp152 ovutils::Whf destWhf(mOrigWhf.w, mOrigWhf.h, in calcOutputBufSize() local
154 return Rotator::calcOutputBufSize(destWhf); in calcOutputBufSize()
DoverlayRotator.h105 static uint32_t calcOutputBufSize(const utils::Whf& destWhf);
/hardware/qcom/display/msm8994/liboverlay/
DoverlayRotator.cpp68 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()
DoverlayMdssRot.cpp311 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()
DoverlayRotator.h119 static uint32_t calcOutputBufSize(const utils::Whf& destWhf);
245 uint32_t calcCompressedBufSize(const utils::Whf& destWhf);
DoverlayMdpRot.cpp164 ovutils::Whf destWhf(mRotImgInfo.dst.width, in calcOutputBufSize() local
166 return Rotator::calcOutputBufSize(destWhf); in calcOutputBufSize()