Searched refs:Whf (Results 1 – 11 of 11) sorted by relevance
/hardware/qcom/display/liboverlay/ |
D | overlayUtils.h | 94 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 …]
|
D | overlayMdp.h | 102 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()
|
D | overlayRotator.h | 85 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);
|
D | overlayMdpRot.cpp | 83 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()
|
D | overlayMdssRot.cpp | 73 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()
|
D | overlayMdp.cpp | 128 utils::Whf whf = getSrcWhf(); in doTransform() 146 utils::Whf whf = getSrcWhf(); in set() 182 utils::Whf whf = getSrcWhf(); in updateSrcFormat()
|
D | overlayRotator.cpp | 45 uint32_t Rotator::calcOutputBufSize(const utils::Whf& destWhf) { in calcOutputBufSize()
|
D | overlayUtils.cpp | 231 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) { in preRotateSource()
|
/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()
|
/hardware/qcom/display/libhwcomposer/ |
D | hwc_fbupdate.cpp | 67 ovutils::Whf info(hnd->width, hnd->height, in configure() 171 ovutils::Whf info(hnd->width, hnd->height, in configure()
|
D | hwc_utils.cpp | 741 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()
|