Lines Matching refs:Whf
97 struct Whf;
152 bool getPositionS3D(const Whf& whf, Dim& out);
196 struct Whf { struct
197 Whf() : w(0), h(0), format(0), size(0) {} in Whf() function
198 Whf(uint32_t wi, uint32_t he, uint32_t f) : in Whf() argument
200 Whf(uint32_t wi, uint32_t he, uint32_t f, uint32_t s) : in Whf() function
203 bool operator==(const Whf& whf) const {
207 bool operator!=(const Whf& whf) const {
361 PipeArgs(eMdpFlags f, Whf _whf,
374 Whf whf;
571 inline void Whf::dump() const { in dump()
582 inline Dim getPositionS3DImpl(const Whf& whf) in getPositionS3DImpl()
605 inline Dim getPositionS3DImpl<utils::OV_RIGHT_SPLIT>(const Whf& whf)
627 inline bool getPositionS3D(const Whf& whf, Dim& out) { in getPositionS3D()
709 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);