Searched refs:mRotInfo (Results 1 – 6 of 6) sorted by relevance
51 void MdssRot::setRotations(uint32_t flags) { mRotInfo.flags |= flags; } in setRotations()63 return mRotInfo.src.format; in getDstFormat()72 return utils::Whf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h, in getDstWhf()73 mRotInfo.src.format); in getDstWhf()77 return utils::Dim(mRotInfo.dst_rect.x, mRotInfo.dst_rect.y, in getDstDimensions()78 mRotInfo.dst_rect.w, mRotInfo.dst_rect.h); in getDstDimensions()81 uint32_t MdssRot::getSessId() const { return mRotInfo.id; } in getSessId()94 mRotInfo.src.format = whf.format; in setSource()95 mRotInfo.src.width = whf.w; in setSource()96 mRotInfo.src.height = whf.h; in setSource()[all …]
206 mdp_overlay mRotInfo; variable
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()[all …]
48 void MdssRot::setRotations(uint32_t flags) { mRotInfo.flags |= flags; } in setRotations()60 return mRotInfo.src.format; in getDstFormat()63 uint32_t MdssRot::getSessId() const { return mRotInfo.id; } in getSessId()76 mRotInfo.src.format = whf.format; in setSource()78 mRotInfo.src.width = whf.w; in setSource()79 mRotInfo.src.height = whf.h; in setSource()81 mRotInfo.src_rect.w = whf.w; in setSource()82 mRotInfo.src_rect.h = whf.h; in setSource()84 mRotInfo.dst_rect.w = whf.w; in setSource()85 mRotInfo.dst_rect.h = whf.h; in setSource()[all …]
211 mdp_overlay mRotInfo; variable
267 mdp_overlay mRotInfo; variable