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

  /hardware/qcom/display/msm8960/liboverlay/
overlayMdp.cpp 97 setSrcWhf(args.whf);
128 utils::Whf whf = getSrcWhf(); local
130 utils::preRotateSource(mOrientation, whf, dim);
131 setSrcWhf(whf);
146 utils::Whf whf = getSrcWhf(); local
147 if(utils::isYuv(whf.format)) {
182 utils::Whf whf = getSrcWhf() local
    [all...]
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/
overlayMdp.cpp 87 setSrcWhf(args.whf);
116 utils::Whf whf = getSrcWhf(); local
118 utils::preRotateSource(mOrientation, whf, dim);
119 setSrcWhf(whf);
141 utils::Whf whf = getSrcWhf(); local
142 if(utils::isYuv(whf.format)) {
195 utils::Whf whf = getSrcWhf() local
    [all...]
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/msm8084/liboverlay/
overlayMdp.cpp 92 setSrcWhf(args.whf);
125 utils::Whf whf = getSrcWhf(); local
127 utils::preRotateSource(mOrientation, whf, dim);
128 setSrcWhf(whf);
173 utils::Whf whf = getSrcWhf(); local
174 if(utils::isYuv(whf.format)) {
206 utils::Whf whf = getSrcWhf() local
    [all...]
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/msm8226/liboverlay/
overlayMdp.cpp 91 setSrcWhf(args.whf);
141 utils::Whf whf = getSrcWhf(); local
143 utils::preRotateSource(mOrientation, whf, dim);
144 setSrcWhf(whf);
160 utils::Whf whf = getSrcWhf(); local
161 if(utils::isYuv(whf.format)) {
193 utils::Whf whf = getSrcWhf() local
    [all...]
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...]

Completed in 245 milliseconds