Home
last modified time | relevance | path

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

/hardware/qcom/display/liboverlay/
DoverlayMdp.h83 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()
DoverlayUtils.h77 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 …]
DoverlayRotator.h48 virtual void setSource(const utils::Whf& wfh) = 0;
117 virtual void setSource(const utils::Whf& wfh);
177 virtual void setSource(const utils::Whf& wfh);
DoverlayMdp.cpp149 utils::Whf whf = getSrcWhf(); in set()
203 utils::Whf whf = getSrcWhf(); in adjustSrcWhf()
DoverlayMdssRot.cpp63 void MdssRot::setSource(const overlay::utils::Whf& awhf) { in setSource()
64 utils::Whf whf(awhf); in setSource()
DoverlayMdpRot.cpp78 void MdpRot::setSource(const overlay::utils::Whf& awhf) { in setSource()
79 utils::Whf whf(awhf); in setSource()
/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()
DoverlayGenPipe.cpp91 utils::Whf whf(newargs.whf); in setSource()
/hardware/qcom/display/libhwcomposer/
Dhwc_fbupdate.cpp64 ovutils::Whf info(hnd->width, hnd->height, hnd->format, hnd->size); in configure()
Dhwc_video.cpp88 ovutils::Whf info(hnd->width, hnd->height, hnd->format, hnd->size); in configure()
Dhwc_mdpcomp.cpp186 ovutils::Whf info(hnd->width, hnd->height, hnd->format, hnd->size); in prepare()