Lines Matching refs:Whf
101 /* return a copy of src whf*/
102 utils::Whf getSrcWhf() const;
108 /* set src whf */
109 void setSrcWhf(const utils::Whf& whf);
150 void setWh(const utils::Whf& whf);
297 inline overlay::utils::Whf MdpCtrl::getSrcWhf() const {
298 return utils::Whf( mOVInfo.src.width,
303 inline void MdpCtrl::setSrcWhf(const overlay::utils::Whf& whf) {
304 mOVInfo.src.width = whf.w;
305 mOVInfo.src.height = whf.h;
306 mOVInfo.src.format = whf.format;
370 inline void MdpCtrl3D::setWh(const utils::Whf& whf) {
372 m3DOVInfo.width = whf.w;
373 m3DOVInfo.height = whf.h;