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

/hardware/qcom/display/msm8960/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 DoverlayMdpRot.cpp143 ovutils::Whf destWhf(mOrigWhf.w, mOrigWhf.h,
145 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.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.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);
/hardware/qcom/display/msm8x26/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 DoverlayMdpRot.cpp135 ovutils::Whf destWhf(mRotImgInfo.dst.width,
137 return Rotator::calcOutputBufSize(destWhf);
H A DoverlayMdssRot.cpp248 ovutils::Whf destWhf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h,
251 opBufSize = Rotator::calcOutputBufSize(destWhf);
H A DoverlayRotator.h104 static uint32_t calcOutputBufSize(const utils::Whf& destWhf);

Completed in 259 milliseconds