Searched defs:destWhf (Results 1 - 9 of 9) 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)) {
/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)) {
/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);
/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)) {
/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)) {

Completed in 1019 milliseconds