Lines Matching refs:Whf
97 struct Whf;
165 struct Whf { struct
166 Whf() : w(0), h(0), format(0), size(0) {} in Whf() function
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 {
330 PipeArgs(eMdpFlags f, Whf _whf,
343 Whf whf;
507 inline void Whf::dump() const { in dump()
554 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);