Lines Matching refs:ovutils
38 namespace ovutils = overlay::utils;
289 ovutils::memset0(mRotInfo); in reset()
290 ovutils::memset0(mLSRotInfo); in reset()
291 ovutils::memset0(mRotData); in reset()
294 ovutils::memset0(mMem.mRotOffset); in reset()
311 ovutils::Whf destWhf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h, in calcOutputBufSize()
314 if (mRotInfo.flags & ovutils::OV_MDSS_MDP_BWC_EN) { in calcOutputBufSize()
324 ovutils::getDump(buf, len, "MdssRotCtrl", mRotInfo); in getDump()
325 ovutils::getDump(buf, len, "MdssRotData", mRotData); in getDump()
329 uint32_t MdssRot::calcCompressedBufSize(const ovutils::Whf& destWhf) { in calcCompressedBufSize()
332 int aWidth = ovutils::align(destWhf.w, 64); in calcCompressedBufSize()
333 int aHeight = ovutils::align(destWhf.h, 4); in calcCompressedBufSize()