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

  /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...]
  /hardware/qcom/display/msm8x26/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...]

Completed in 36 milliseconds