HomeSort by relevance Sort by last modified time
    Searched defs:Whf (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/display/msm8226/liboverlay/
overlayUtils.h 97 struct Whf;
165 struct Whf {
166 Whf() : w(0), h(0), format(0), size(0) {}
167 Whf(uint32_t wi, uint32_t he, uint32_t f) :
169 Whf(uint32_t wi, uint32_t he, uint32_t f, uint32_t s) :
172 bool operator==(const Whf& whf) const {
173 return whf.w == w && whf.h == h &&
174 whf.format == format
343 Whf whf; member in struct:overlay::utils::PipeArgs
    [all...]
  /hardware/qcom/display/msm8084/liboverlay/
overlayUtils.h 97 struct Whf;
152 bool getPositionS3D(const Whf& whf, Dim& out);
196 struct Whf {
197 Whf() : w(0), h(0), format(0), size(0) {}
198 Whf(uint32_t wi, uint32_t he, uint32_t f) :
200 Whf(uint32_t wi, uint32_t he, uint32_t f, uint32_t s) :
203 bool operator==(const Whf& whf) const {
204 return whf.w == w && whf.h == h &
374 Whf whf; member in struct:overlay::utils::PipeArgs
    [all...]
  /hardware/qcom/display/msm8960/liboverlay/
overlayUtils.h 94 struct Whf;
148 bool getPositionS3D(const Whf& whf, Dim& out);
192 struct Whf {
193 Whf() : w(0), h(0), format(0), size(0) {}
194 Whf(uint32_t wi, uint32_t he, uint32_t f) :
196 Whf(uint32_t wi, uint32_t he, uint32_t f, uint32_t s) :
199 bool operator==(const Whf& whf) const {
200 return whf.w == w && whf.h == h &
366 Whf whf; member in struct:overlay::utils::PipeArgs
    [all...]
  /hardware/qcom/display/msm8974/liboverlay/
overlayUtils.h 93 struct Whf;
148 bool getPositionS3D(const Whf& whf, Dim& out);
192 struct Whf {
193 Whf() : w(0), h(0), format(0), size(0) {}
194 Whf(uint32_t wi, uint32_t he, uint32_t f) :
196 Whf(uint32_t wi, uint32_t he, uint32_t f, uint32_t s) :
199 bool operator==(const Whf& whf) const {
200 return whf.w == w && whf.h == h &
367 Whf whf; member in struct:overlay::utils::PipeArgs
    [all...]

Completed in 271 milliseconds