Lines Matching refs:mRotInfo

51 void MdssRot::setRotations(uint32_t flags) { mRotInfo.flags |= flags; }  in setRotations()
63 return mRotInfo.src.format; in getDstFormat()
66 uint32_t MdssRot::getSessId() const { return mRotInfo.id; } in getSessId()
79 mRotInfo.src.format = whf.format; in setSource()
80 mRotInfo.src.width = whf.w; in setSource()
81 mRotInfo.src.height = whf.h; in setSource()
86 mRotInfo.src_rect.x = crop.x; in setCrop()
87 mRotInfo.src_rect.y = crop.y; in setCrop()
88 mRotInfo.src_rect.w = crop.w; in setCrop()
89 mRotInfo.src_rect.h = crop.h; in setCrop()
91 mRotInfo.dst_rect.x = 0; in setCrop()
92 mRotInfo.dst_rect.y = 0; in setCrop()
93 mRotInfo.dst_rect.w = crop.w; in setCrop()
94 mRotInfo.dst_rect.h = crop.h; in setCrop()
101 mRotInfo.flags = flags; in setFlags()
107 mRotInfo.flags &= ~MDSS_ROT_MASK; in setTransform()
116 mRotInfo.flags |= mOrientation; in doTransform()
118 utils::swap(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h); in doTransform()
123 mRotInfo.flags |= MDSS_MDP_ROT_ONLY; in commit()
125 if(!overlay::mdp_wrapper::setOverlay(mFd.getFD(), mRotInfo)) { in commit()
130 mRotData.id = mRotInfo.id; in commit()
162 bool isSecure = mRotInfo.flags & utils::OV_MDP_SECURE_OVERLAY_SESSION; in open_i()
230 ovutils::memset0(mRotInfo); in reset()
233 mRotInfo.id = MSMFB_NEW_REQUEST; in reset()
243 mdp_wrapper::dump("mRotInfo", mRotInfo); in dump()
250 ovutils::Whf destWhf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h, in calcOutputBufSize()
251 mRotInfo.src.format); //mdss src and dst formats are same. in calcOutputBufSize()
253 if (mRotInfo.flags & ovutils::OV_MDSS_MDP_BWC_EN) { in calcOutputBufSize()
263 ovutils::getDump(buf, len, "MdssRotCtrl", mRotInfo); in getDump()