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);
153 void setWh(const utils::Whf& whf);
298 inline overlay::utils::Whf MdpCtrl::getSrcWhf() const {
299 return utils::Whf( mOVInfo.src.width,
304 inline void MdpCtrl::setSrcWhf(const overlay::utils::Whf& whf) {
305 mOVInfo.src.width = whf.w;
306 mOVInfo.src.height = whf.h;
307 mOVInfo.src.format = whf.format;
375 inline void MdpCtrl3D::setWh(const utils::Whf& whf) {
377 m3DOVInfo.width = whf.w;
378 m3DOVInfo.height = whf.h;