Home
last modified time | relevance | path

Searched refs:Whf (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/display/liboverlay/
DoverlayUtils.h94 struct Whf;
148 bool getPositionS3D(const Whf& whf, Dim& out);
192 struct Whf { struct
193 Whf() : w(0), h(0), format(0), size(0) {} in Whf() function
194 Whf(uint32_t wi, uint32_t he, uint32_t f) : in Whf() function
196 Whf(uint32_t wi, uint32_t he, uint32_t f, uint32_t s) : in Whf() function
199 bool operator==(const Whf& whf) const {
203 bool operator!=(const Whf& whf) const {
353 PipeArgs(eMdpFlags f, Whf _whf, in PipeArgs()
366 Whf whf;
[all …]
DoverlayMdp.h102 utils::Whf getSrcWhf() const;
109 void setSrcWhf(const utils::Whf& whf);
150 void setWh(const utils::Whf& whf);
297 inline overlay::utils::Whf MdpCtrl::getSrcWhf() const { in getSrcWhf()
298 return utils::Whf( mOVInfo.src.width, in getSrcWhf()
303 inline void MdpCtrl::setSrcWhf(const overlay::utils::Whf& whf) { in setSrcWhf()
370 inline void MdpCtrl3D::setWh(const utils::Whf& whf) { in setWh()
DoverlayRotator.h85 virtual void setSource(const utils::Whf& wfh) = 0;
104 static uint32_t calcOutputBufSize(const utils::Whf& destWhf);
119 virtual void setSource(const utils::Whf& wfh);
175 virtual void setSource(const utils::Whf& wfh);
DoverlayMdpRot.cpp83 void MdpRot::setSource(const overlay::utils::Whf& awhf) { in setSource()
84 utils::Whf whf(awhf); in setSource()
135 ovutils::Whf destWhf(mRotImgInfo.dst.width, in calcOutputBufSize()
DoverlayMdssRot.cpp73 void MdssRot::setSource(const overlay::utils::Whf& awhf) { in setSource()
74 utils::Whf whf(awhf); in setSource()
248 ovutils::Whf destWhf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h, in calcOutputBufSize()
DoverlayMdp.cpp128 utils::Whf whf = getSrcWhf(); in doTransform()
146 utils::Whf whf = getSrcWhf(); in set()
182 utils::Whf whf = getSrcWhf(); in updateSrcFormat()
DoverlayRotator.cpp45 uint32_t Rotator::calcOutputBufSize(const utils::Whf& destWhf) { in calcOutputBufSize()
DoverlayUtils.cpp231 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { in preRotateSource()
/hardware/qcom/display/liboverlay/pipes/
Doverlay3DPipe.h207 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()
/hardware/qcom/display/libhwcomposer/
Dhwc_fbupdate.cpp67 ovutils::Whf info(hnd->width, hnd->height, in configure()
171 ovutils::Whf info(hnd->width, hnd->height, in configure()
Dhwc_utils.cpp741 static inline int configRotator(Rotator *rot, const Whf& whf, in configRotator()
820 static inline void updateSource(eTransform& orient, Whf& whf, in updateSource()
853 Whf whf(hnd->width, hnd->height, in configureLowRes()
921 Whf whf(hnd->width, hnd->height, in configureHighRes()