Home | History | Annotate | Download | only in liboverlay

Lines Matching refs:whf

102     /* return a copy of src whf*/
103 utils::Whf getSrcWhf() const;
109 /* set src whf */
110 void setSrcWhf(const utils::Whf& whf);
223 inline overlay::utils::Whf MdpCtrl::getSrcWhf() const {
224 return utils::Whf( mOVInfo.src.width,
229 inline void MdpCtrl::setSrcWhf(const overlay::utils::Whf& whf) {
230 mOVInfo.src.width = whf.w;
231 mOVInfo.src.height = whf.h;
232 mOVInfo.src.format = whf.format;