Lines Matching refs:Whf
83 void MdpRot::setSource(const overlay::utils::Whf& awhf) {
84 utils::Whf whf(awhf);
85 mRotImgInfo.src.format = whf.format;
87 mRotImgInfo.src.width = whf.w;
88 mRotImgInfo.src.height = whf.h;
90 mRotImgInfo.src_rect.w = whf.w;
91 mRotImgInfo.src_rect.h = whf.h;
93 mRotImgInfo.dst.width = whf.w;
94 mRotImgInfo.dst.height = whf.h;
135 ovutils::Whf destWhf(mRotImgInfo.dst.width,