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

/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayUtils.h97 struct Whf;
152 bool getPositionS3D(const Whf& whf, Dim& out);
196 struct Whf { struct in namespace:overlay::utils
197 Whf() : w(0), h(0), format(0), size(0) {} function in struct:overlay::utils::Whf
198 Whf(uint32_t wi, uint32_t he, uint32_t f) : function in struct:overlay::utils::Whf
200 Whf(uint32_t wi, uint32_t he, uint32_t f, uint32_t s) : function in struct:overlay::utils::Whf
203 bool operator==(const Whf& whf) const {
207 bool operator!=(const Whf& whf) const {
361 PipeArgs(eMdpFlags f, Whf _whf,
374 Whf wh
[all...]
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayUtils.h97 struct Whf;
165 struct Whf { struct in namespace:overlay::utils
166 Whf() : w(0), h(0), format(0), size(0) {} function in struct:overlay::utils::Whf
167 Whf(uint32_t wi, uint32_t he, uint32_t f) : function in struct:overlay::utils::Whf
169 Whf(uint32_t wi, uint32_t he, uint32_t f, uint32_t s) : function in struct:overlay::utils::Whf
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
[all...]
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayUtils.h94 struct Whf;
148 bool getPositionS3D(const Whf& whf, Dim& out);
192 struct Whf { struct in namespace:overlay::utils
193 Whf() : w(0), h(0), format(0), size(0) {} function in struct:overlay::utils::Whf
194 Whf(uint32_t wi, uint32_t he, uint32_t f) : function in struct:overlay::utils::Whf
196 Whf(uint32_t wi, uint32_t he, uint32_t f, uint32_t s) : function in struct:overlay::utils::Whf
199 bool operator==(const Whf& whf) const {
203 bool operator!=(const Whf& whf) const {
353 PipeArgs(eMdpFlags f, Whf _whf,
366 Whf wh
[all...]
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayUtils.h93 struct Whf;
148 bool getPositionS3D(const Whf& whf, Dim& out);
192 struct Whf { struct in namespace:overlay::utils
193 Whf() : w(0), h(0), format(0), size(0) {} function in struct:overlay::utils::Whf
194 Whf(uint32_t wi, uint32_t he, uint32_t f) : function in struct:overlay::utils::Whf
196 Whf(uint32_t wi, uint32_t he, uint32_t f, uint32_t s) : function in struct:overlay::utils::Whf
199 bool operator==(const Whf& whf) const {
203 bool operator!=(const Whf& whf) const {
354 PipeArgs(eMdpFlags f, Whf _whf,
367 Whf wh
[all...]

Completed in 162 milliseconds