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

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

Completed in 207 milliseconds