Lines Matching refs:Whf
97 struct Whf;
165 struct Whf { struct
166 Whf() : w(0), h(0), format(0), size(0) {} in Whf() argument
167 Whf(uint32_t wi, uint32_t he, uint32_t f) : in Whf() function
169 Whf(uint32_t wi, uint32_t he, uint32_t f, uint32_t s) : in Whf() function
172 bool operator==(const Whf& whf) const {
176 bool operator!=(const Whf& whf) const {
323 PipeArgs(eMdpFlags f, Whf _whf,
335 Whf whf;
504 inline void Whf::dump() const { in dump()
551 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);