Lines Matching refs:ovutils
37 namespace ovutils = overlay::utils;
254 ovutils::memset0(mRotInfo); in reset()
255 ovutils::memset0(mRotData); in reset()
258 ovutils::memset0(mMem.mRotOffset); in reset()
274 ovutils::Whf destWhf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h, in calcOutputBufSize()
277 if (mRotInfo.flags & ovutils::OV_MDSS_MDP_BWC_EN) { in calcOutputBufSize()
287 ovutils::getDump(buf, len, "MdssRotCtrl", mRotInfo); in getDump()
288 ovutils::getDump(buf, len, "MdssRotData", mRotData); in getDump()
292 uint32_t MdssRot::calcCompressedBufSize(const ovutils::Whf& destWhf) { in calcCompressedBufSize()
295 int aWidth = ovutils::align(destWhf.w, 64); in calcCompressedBufSize()
296 int aHeight = ovutils::align(destWhf.h, 4); in calcCompressedBufSize()