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

  /hardware/qcom/display/msm8226/liboverlay/
overlayMdssRot.cpp 51 void MdssRot::setRotations(uint32_t flags) { mRotInfo.flags |= flags; }
63 return mRotInfo.src.format;
72 return utils::Whf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h,
73 mRotInfo.src.format);
77 return utils::Dim(mRotInfo.dst_rect.x, mRotInfo.dst_rect.y,
78 mRotInfo.dst_rect.w, mRotInfo.dst_rect.h);
81 uint32_t MdssRot::getSessId() const { return mRotInfo.id;
    [all...]
overlayRotator.h 206 mdp_overlay mRotInfo;
  /hardware/qcom/display/msm8084/liboverlay/
overlayMdssRot.cpp 51 void MdssRot::setRotations(uint32_t flags) { mRotInfo.flags |= flags; }
63 return mRotInfo.src.format;
66 uint32_t MdssRot::getSessId() const { return mRotInfo.id; }
79 mRotInfo.src.format = whf.format;
80 mRotInfo.src.width = whf.w;
81 mRotInfo.src.height = whf.h;
86 mRotInfo.src_rect.x = crop.x;
87 mRotInfo.src_rect.y = crop.y;
88 mRotInfo.src_rect.w = crop.w;
89 mRotInfo.src_rect.h = crop.h
    [all...]
overlayRotator.h 197 mdp_overlay mRotInfo;
  /hardware/qcom/display/msm8960/liboverlay/
overlayMdssRot.cpp 48 void MdssRot::setRotations(uint32_t flags) { mRotInfo.flags |= flags; }
60 return mRotInfo.src.format;
63 uint32_t MdssRot::getSessId() const { return mRotInfo.id; }
76 mRotInfo.src.format = whf.format;
78 mRotInfo.src.width = whf.w;
79 mRotInfo.src.height = whf.h;
81 mRotInfo.src_rect.w = whf.w;
82 mRotInfo.src_rect.h = whf.h;
84 mRotInfo.dst_rect.w = whf.w;
85 mRotInfo.dst_rect.h = whf.h
    [all...]
overlayRotator.h 211 mdp_overlay mRotInfo;
  /hardware/qcom/display/msm8974/liboverlay/
overlayMdssRot.cpp 50 void MdssRot::setRotations(uint32_t flags) { mRotInfo.flags |= flags; }
62 return mRotInfo.src.format;
65 uint32_t MdssRot::getSessId() const { return mRotInfo.id; }
78 mRotInfo.src.format = whf.format;
79 mRotInfo.src.width = whf.w;
80 mRotInfo.src.height = whf.h;
85 mRotInfo.src_rect.x = crop.x;
86 mRotInfo.src_rect.y = crop.y;
87 mRotInfo.src_rect.w = crop.w;
88 mRotInfo.src_rect.h = crop.h
    [all...]
overlayRotator.h 211 mdp_overlay mRotInfo;

Completed in 637 milliseconds