Lines Matching refs:ovutils
37 namespace ovutils = overlay::utils;
230 ovutils::memset0(mRotInfo); in reset()
231 ovutils::memset0(mRotData); in reset()
234 ovutils::memset0(mMem.mRotOffset); in reset()
250 ovutils::Whf destWhf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h, in calcOutputBufSize()
253 if (mRotInfo.flags & ovutils::OV_MDSS_MDP_BWC_EN) { in calcOutputBufSize()
263 ovutils::getDump(buf, len, "MdssRotCtrl", mRotInfo); in getDump()
264 ovutils::getDump(buf, len, "MdssRotData", mRotData); in getDump()
268 uint32_t MdssRot::calcCompressedBufSize(const ovutils::Whf& destWhf) { in calcCompressedBufSize()
271 int aWidth = ovutils::align(destWhf.w, 64); in calcCompressedBufSize()
272 int aHeight = ovutils::align(destWhf.h, 4); in calcCompressedBufSize()