HomeSort by relevance Sort by last modified time
    Searched refs:getMdpOrient (Results 1 - 5 of 5) sorted by null

  /hardware/qcom/display/liboverlay/
overlayMdpRot.cpp 105 int r = utils::getMdpOrient(rot);
107 //getMdpOrient will switch the flips if the source is 90 rotated.
overlayMdssRot.cpp 98 int flags = utils::getMdpOrient(rot);
101 //getMdpOrient will switch the flips if the source is 90 rotated.
overlayUtils.h 417 int getMdpOrient(eTransform rotation);
559 inline int getMdpOrient(eTransform rotation) {
567 //getMdpOrient will switch the flips if the source is 90 rotated.
overlayMdp.cpp 119 int rot = utils::getMdpOrient(orient);
121 //getMdpOrient will switch the flips if the source is 90 rotated.
  /hardware/qcom/display/libhwcomposer/
hwc_utils.cpp 915 //getMdpOrient will switch the flips if the source is 90 rotated.
917 orient = static_cast<eTransform>(ovutils::getMdpOrient(orient));
    [all...]

Completed in 9420 milliseconds