Searched defs:Whf (Results 1 - 1 of 1) sorted by relevance

/hardware/qcom/display/liboverlay/
H A DoverlayUtils.h76 struct Whf;
176 bool getPositionS3D(const Whf& whf, Dim& out);
220 struct Whf { struct in namespace:overlay::utils
221 Whf() : w(0), h(0), format(0), size(0) {} function in struct:overlay::utils::Whf
222 Whf(uint32_t wi, uint32_t he, uint32_t f) : function in struct:overlay::utils::Whf
224 Whf(uint32_t wi, uint32_t he, uint32_t f, uint32_t s) : function in struct:overlay::utils::Whf
227 bool operator==(const Whf& whf) const {
231 bool operator!=(const Whf& whf) const {
370 PipeArgs(eMdpFlags f, Whf _whf,
380 Whf wh
[all...]

Completed in 48 milliseconds