Searched refs:destWhf (Results 1 - 16 of 16) 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/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/msm8974/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.cpp255 ovutils::Whf destWhf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h,
259 opBufSize = calcCompressedBufSize(destWhf);
261 opBufSize = Rotator::calcOutputBufSize(destWhf);
276 uint32_t MdssRot::calcCompressedBufSize(const ovutils::Whf& destWhf) { argument
278 int aWidth = ovutils::align(destWhf.w, 64);
279 int aHeight = ovutils::align(destWhf.h, 4);
H A DoverlayMdpRot.cpp137 ovutils::Whf destWhf(mRotImgInfo.dst.width,
139 return Rotator::calcOutputBufSize(destWhf);
H A DoverlayRotator.h105 static uint32_t calcOutputBufSize(const utils::Whf& destWhf);
208 uint32_t calcCompressedBufSize(const utils::Whf& destWhf);

Completed in 372 milliseconds