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

1 2

  /hardware/qcom/display/msm8084/liboverlay/
overlayMdpRot.cpp 109 int r = utils::getMdpOrient(rot);
overlayMdssRot.cpp 108 int flags = utils::getMdpOrient(rot);
overlayMdp.cpp 118 int rot = utils::getMdpOrient(orient);
overlayUtils.cpp 223 int getMdpOrient(eTransform rotation) {
overlayUtils.h 422 int getMdpOrient(eTransform rotation);
  /hardware/qcom/display/msm8226/liboverlay/
overlayMdpRot.cpp 128 int r = utils::getMdpOrient(rot);
overlayMdssRot.cpp 117 int flags = utils::getMdpOrient(rot);
overlayUtils.cpp 217 int getMdpOrient(eTransform rotation) {
overlayMdp.cpp 117 int rot = utils::getMdpOrient(orient);
overlayUtils.h 391 int getMdpOrient(eTransform rotation);
  /hardware/qcom/display/msm8960/liboverlay/
overlayMdpRot.cpp 119 int r = utils::getMdpOrient(rot);
121 //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/msm8909/liboverlay/
overlayMdpRot.cpp 137 int r = utils::getMdpOrient(rot);
overlayUtils.cpp 217 int getMdpOrient(eTransform rotation) {
overlayMdp.cpp 112 int rot = utils::getMdpOrient(orient);
overlayMdssRot.cpp 140 int flags = utils::getMdpOrient(rot);
overlayUtils.h 377 int getMdpOrient(eTransform rotation);
  /hardware/qcom/display/msm8994/liboverlay/
overlayMdpRot.cpp 137 int r = utils::getMdpOrient(rot);
overlayUtils.cpp 238 int getMdpOrient(eTransform rotation) {
overlayMdp.cpp 117 int rot = utils::getMdpOrient(orient);
overlayMdssRot.cpp 140 int flags = utils::getMdpOrient(rot);
overlayUtils.h 380 int getMdpOrient(eTransform rotation);
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 923 //getMdpOrient will switch the flips if the source is 90 rotated.
925 orient = static_cast<eTransform>(ovutils::getMdpOrient(orient));
    [all...]

Completed in 2229 milliseconds

1 2