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

  /hardware/qcom/display/msm8960/liboverlay/
overlayMdpRot.cpp 110 int r = utils::getMdpOrient(rot);
112 //getMdpOrient will switch the flips if the source is 90 rotated.
overlayMdssRot.cpp 103 int flags = utils::getMdpOrient(rot);
106 //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/msm8974/liboverlay/
overlayMdpRot.cpp 109 int r = utils::getMdpOrient(rot);
overlayMdssRot.cpp 106 int flags = utils::getMdpOrient(rot);
overlayUtils.cpp 186 int getMdpOrient(eTransform rotation) {
overlayMdp.cpp 109 int rot = utils::getMdpOrient(orient);
overlayUtils.h 414 int getMdpOrient(eTransform rotation);
  /hardware/qcom/display/msm8x26/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/msm8960/libhwcomposer/
hwc_utils.cpp 916 //getMdpOrient will switch the flips if the source is 90 rotated.
918 orient = static_cast<eTransform>(ovutils::getMdpOrient(orient));
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 858 orient = static_cast<eTransform>(ovutils::getMdpOrient(orient));
    [all...]
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.cpp 876 //getMdpOrient will switch the flips if the source is 90 rotated.
878 orient = static_cast<eTransform>(ovutils::getMdpOrient(orient));
    [all...]

Completed in 649 milliseconds