Searched refs:destWhf (Results 1 - 20 of 20) sorted by relevance

/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayRotator.cpp45 uint32_t Rotator::calcOutputBufSize(const utils::Whf& destWhf) { argument
48 int halFormat = ovutils::getHALFormat(destWhf.format);
51 destWhf.w, destWhf.h, halFormat, alW, alH);
H A DoverlayMdssRot.cpp250 ovutils::Whf destWhf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h,
254 opBufSize = calcCompressedBufSize(destWhf);
256 opBufSize = Rotator::calcOutputBufSize(destWhf);
268 uint32_t MdssRot::calcCompressedBufSize(const ovutils::Whf& destWhf) { argument
271 int aWidth = ovutils::align(destWhf.w, 64);
272 int aHeight = ovutils::align(destWhf.h, 4);
290 if(utils::isYuv(destWhf.format)) {
H A DoverlayMdpRot.cpp137 ovutils::Whf destWhf(mRotImgInfo.dst.width,
139 return Rotator::calcOutputBufSize(destWhf);
H A DoverlayRotator.h91 static uint32_t calcOutputBufSize(const utils::Whf& destWhf);
194 uint32_t calcCompressedBufSize(const utils::Whf& destWhf);
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayRotator.cpp46 uint32_t Rotator::calcOutputBufSize(const utils::Whf& destWhf) { argument
49 int halFormat = ovutils::getHALFormat(destWhf.format);
52 destWhf.w, destWhf.h, halFormat, alW, alH);
H A DoverlayMdssRot.cpp274 ovutils::Whf destWhf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h,
278 opBufSize = calcCompressedBufSize(destWhf);
280 opBufSize = Rotator::calcOutputBufSize(destWhf);
292 uint32_t MdssRot::calcCompressedBufSize(const ovutils::Whf& destWhf) { argument
295 int aWidth = ovutils::align(destWhf.w, 64);
296 int aHeight = ovutils::align(destWhf.h, 4);
314 if(utils::isYuv(destWhf.format)) {
H A DoverlayMdpRot.cpp156 ovutils::Whf destWhf(mRotImgInfo.dst.width,
158 return Rotator::calcOutputBufSize(destWhf);
H A DoverlayRotator.h96 static uint32_t calcOutputBufSize(const utils::Whf& destWhf);
203 uint32_t calcCompressedBufSize(const utils::Whf& destWhf);
/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayRotator.cpp68 uint32_t Rotator::calcOutputBufSize(const utils::Whf& destWhf) { argument
71 int halFormat = ovutils::getHALFormat(destWhf.format);
74 destWhf.w, destWhf.h, halFormat, alW, alH);
H A DoverlayMdssRot.cpp311 ovutils::Whf destWhf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h,
315 opBufSize = calcCompressedBufSize(destWhf);
317 opBufSize = Rotator::calcOutputBufSize(destWhf);
329 uint32_t MdssRot::calcCompressedBufSize(const ovutils::Whf& destWhf) { argument
332 int aWidth = ovutils::align(destWhf.w, 64);
333 int aHeight = ovutils::align(destWhf.h, 4);
351 if(utils::isYuv(destWhf.format)) {
H A DoverlayRotator.h119 static uint32_t calcOutputBufSize(const utils::Whf& destWhf);
245 uint32_t calcCompressedBufSize(const utils::Whf& destWhf);
H A DoverlayMdpRot.cpp164 ovutils::Whf destWhf(mRotImgInfo.dst.width,
166 return Rotator::calcOutputBufSize(destWhf);
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayRotator.cpp46 uint32_t Rotator::calcOutputBufSize(const utils::Whf& destWhf) { argument
49 int halFormat = ovutils::getHALFormat(destWhf.format);
52 destWhf.w, destWhf.h, halFormat, alW, alH);
H A DoverlayMdpRot.cpp152 ovutils::Whf destWhf(mOrigWhf.w, mOrigWhf.h,
154 return Rotator::calcOutputBufSize(destWhf);
H A DoverlayMdssRot.cpp253 ovutils::Whf destWhf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h,
256 opBufSize = Rotator::calcOutputBufSize(destWhf);
H A DoverlayRotator.h105 static uint32_t calcOutputBufSize(const utils::Whf& destWhf);
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayRotator.cpp68 uint32_t Rotator::calcOutputBufSize(const utils::Whf& destWhf) { argument
71 int halFormat = ovutils::getHALFormat(destWhf.format);
74 destWhf.w, destWhf.h, halFormat, alW, alH);
H A DoverlayMdssRot.cpp311 ovutils::Whf destWhf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h,
315 opBufSize = calcCompressedBufSize(destWhf);
317 opBufSize = Rotator::calcOutputBufSize(destWhf);
329 uint32_t MdssRot::calcCompressedBufSize(const ovutils::Whf& destWhf) { argument
332 int aWidth = ovutils::align(destWhf.w, 64);
333 int aHeight = ovutils::align(destWhf.h, 4);
351 if(utils::isYuv(destWhf.format)) {
H A DoverlayRotator.h119 static uint32_t calcOutputBufSize(const utils::Whf& destWhf);
245 uint32_t calcCompressedBufSize(const utils::Whf& destWhf);
H A DoverlayMdpRot.cpp164 ovutils::Whf destWhf(mRotImgInfo.dst.width,
166 return Rotator::calcOutputBufSize(destWhf);

Completed in 111 milliseconds