Home | History | Annotate | Download | only in liboverlay

Lines Matching refs:Whf

73 void MdssRot::setSource(const overlay::utils::Whf& awhf) {
74 utils::Whf whf(awhf);
76 mRotInfo.src.format = whf.format;
78 mRotInfo.src.width = whf.w;
79 mRotInfo.src.height = whf.h;
81 mRotInfo.src_rect.w = whf.w;
82 mRotInfo.src_rect.h = whf.h;
84 mRotInfo.dst_rect.w = whf.w;
85 mRotInfo.dst_rect.h = whf.h;
248 ovutils::Whf destWhf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h,