HomeSort by relevance Sort by last modified time
    Searched refs:eTransform (Results 26 - 46 of 46) sorted by null

12

  /hardware/qcom/display/msm8960/liboverlay/
overlayUtils.h 308 enum eTransform {
417 int getMdpOrient(eTransform rotation);
559 inline int getMdpOrient(eTransform rotation) {
711 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
overlay.cpp 171 utils::eTransform transform =
172 static_cast<utils::eTransform>(orient);
overlayMdp.cpp 118 void MdpCtrl::setTransform(const utils::eTransform& orient) {
123 mOrientation = static_cast<utils::eTransform>(rot);
overlayMdp.h 60 void setTransform(const utils::eTransform& orient);
125 utils::eTransform mOrientation; //Holds requested orientation
overlayUtils.cpp 231 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) {
  /hardware/qcom/display/msm8960/liboverlay/pipes/
overlayGenPipe.cpp 106 void GenericPipe::setTransform(const utils::eTransform& orient) {
  /hardware/qcom/display/msm8x26/liboverlay/
overlayUtils.h 308 enum eTransform {
417 int getMdpOrient(eTransform rotation);
559 inline int getMdpOrient(eTransform rotation) {
711 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
overlay.cpp 171 utils::eTransform transform =
172 static_cast<utils::eTransform>(orient);
overlayMdp.cpp 118 void MdpCtrl::setTransform(const utils::eTransform& orient) {
123 mOrientation = static_cast<utils::eTransform>(rot);
overlayMdp.h 60 void setTransform(const utils::eTransform& orient);
125 utils::eTransform mOrientation; //Holds requested orientation
overlayUtils.cpp 231 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) {
  /hardware/qcom/display/msm8x26/liboverlay/pipes/
overlayGenPipe.cpp 106 void GenericPipe::setTransform(const utils::eTransform& orient) {
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 833 const eTransform& orient,
886 const eTransform& orient, const hwc_rect_t& crop,
911 static inline void updateSource(eTransform& orient, Whf& whf,
918 orient = static_cast<eTransform>(ovutils::getMdpOrient(orient));
941 eTransform orient = static_cast<eTransform>(transform);
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 800 const eTransform& orient, const int& downscale) {
828 const eTransform& orient, const hwc_rect_t& crop,
853 void updateSource(eTransform& orient, Whf& whf,
858 orient = static_cast<eTransform>(ovutils::getMdpOrient(orient));
894 eTransform orient = static_cast<eTransform>(transform);
    [all...]
  /hardware/qcom/display/msm8974/liboverlay/
overlayMdp.h 60 void setTransform(const utils::eTransform& orient);
126 utils::eTransform mOrientation; //Holds requested orientation
overlayMdssRot.cpp 102 void MdssRot::setTransform(const utils::eTransform& rot)
109 mOrientation = static_cast<utils::eTransform>(flags);
overlayUtils.cpp 186 int getMdpOrient(eTransform rotation) {
281 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop) {
overlayUtils.h 309 enum eTransform {
414 int getMdpOrient(eTransform rotation);
689 void preRotateSource(const eTransform& tr, Whf& whf, Dim& srcCrop);
overlay.cpp 192 utils::eTransform transform =
193 static_cast<utils::eTransform>(orient);
overlayMdp.cpp 108 void MdpCtrl::setTransform(const utils::eTransform& orient) {
111 mOrientation = static_cast<utils::eTransform>(rot);
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.cpp 793 const eMdpFlags& mdpFlags, const eTransform& orient,
846 const eTransform& orient, const hwc_rect_t& crop,
871 static inline void updateSource(eTransform& orient, Whf& whf,
878 orient = static_cast<eTransform>(ovutils::getMdpOrient(orient));
901 eTransform orient = static_cast<eTransform>(transform);
968 eTransform orient = static_cast<eTransform>(transform);
    [all...]

Completed in 786 milliseconds

12