Lines Matching refs:Whf
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() argument
194 Whf(uint32_t wi, uint32_t he, uint32_t f) : in Whf() argument
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;
550 inline void Whf::dump() const { in dump()
584 inline Dim getPositionS3DImpl(const Whf& whf) in getPositionS3DImpl()
607 inline Dim getPositionS3DImpl<utils::OV_RIGHT_SPLIT>(const Whf& whf)
629 inline bool getPositionS3D(const Whf& whf, Dim& out) { in getPositionS3D()
711 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);