Searched refs:Whf (Results 1 – 11 of 11) sorted by relevance
/hardware/qcom/display/liboverlay/ |
D | overlayMdp.h | 83 utils::Whf getSrcWhf() const; 86 void setSrcWhf(const utils::Whf& whf); 175 void setWh(const utils::Whf& whf); 305 inline overlay::utils::Whf MdpCtrl::getSrcWhf() const { in getSrcWhf() 306 return utils::Whf( mOVInfo.src.width, in getSrcWhf() 311 inline void MdpCtrl::setSrcWhf(const overlay::utils::Whf& whf) { in setSrcWhf() 370 utils::Whf whf = getSrcWhf(); in overlayTransFlipH() 378 utils::Whf whf = getSrcWhf(); in overlayTransFlipV() 386 utils::Whf whf = getSrcWhf(); in overlayTransRot90() 421 inline void MdpCtrl3D::setWh(const utils::Whf& whf) { in setWh()
|
D | overlayUtils.h | 77 struct Whf; 174 bool getPositionS3D(const Whf& whf, Dim& out); 218 struct Whf { struct 219 Whf() : w(0), h(0), format(0), size(0) {} in Whf() argument 220 Whf(uint32_t wi, uint32_t he, uint32_t f) : in Whf() function 222 Whf(uint32_t wi, uint32_t he, uint32_t f, uint32_t s) : in Whf() argument 225 bool operator==(const Whf& whf) const { 229 bool operator!=(const Whf& whf) const { 368 PipeArgs(eMdpFlags f, Whf _whf, in PipeArgs() 378 Whf whf; [all …]
|
D | overlayRotator.h | 48 virtual void setSource(const utils::Whf& wfh) = 0; 117 virtual void setSource(const utils::Whf& wfh); 177 virtual void setSource(const utils::Whf& wfh);
|
D | overlayMdp.cpp | 149 utils::Whf whf = getSrcWhf(); in set() 203 utils::Whf whf = getSrcWhf(); in adjustSrcWhf()
|
D | overlayMdssRot.cpp | 63 void MdssRot::setSource(const overlay::utils::Whf& awhf) { in setSource() 64 utils::Whf whf(awhf); in setSource()
|
D | overlayMdpRot.cpp | 78 void MdpRot::setSource(const overlay::utils::Whf& awhf) { in setSource() 79 utils::Whf whf(awhf); in setSource()
|
/hardware/qcom/display/liboverlay/pipes/ |
D | overlay3DPipe.h | 207 utils::Whf _whf(mM3d.getScreenInfo().mFBWidth, in setPosition() 330 utils::Whf _whf(mS3d.getScreenInfo().mFBWidth, in setPosition() 404 utils::Whf fbwhf(mS3d.getScreenInfo().mFBWidth, in setPosition() 417 utils::Whf _whf(d.w, d.h, utils::HAL_3D_OUT_SBS_MASK); in setPosition()
|
D | overlayGenPipe.cpp | 91 utils::Whf whf(newargs.whf); in setSource()
|
/hardware/qcom/display/libhwcomposer/ |
D | hwc_fbupdate.cpp | 64 ovutils::Whf info(hnd->width, hnd->height, hnd->format, hnd->size); in configure()
|
D | hwc_video.cpp | 88 ovutils::Whf info(hnd->width, hnd->height, hnd->format, hnd->size); in configure()
|
D | hwc_mdpcomp.cpp | 186 ovutils::Whf info(hnd->width, hnd->height, hnd->format, hnd->size); in prepare()
|