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

  /hardware/qcom/display/msm8084/liboverlay/
overlayMdp.h 36 class MdpCtrl {
39 explicit MdpCtrl(const int& dpy);
41 ~MdpCtrl();
88 static bool validateAndSet(MdpCtrl* mdpCtrlArray[], const int& count,
198 ///// MdpCtrl //////
200 inline MdpCtrl::MdpCtrl(const int& dpy) {
205 inline MdpCtrl::~MdpCtrl() {
209 inline int MdpCtrl::getOrient() const
    [all...]
overlayMdp.cpp 36 bool MdpCtrl::init(const int& dpy) {
53 void MdpCtrl::reset() {
69 bool MdpCtrl::close() {
73 ALOGE("MdpCtrl close error in unset");
91 void MdpCtrl::setSource(const utils::PipeArgs& args) {
105 void MdpCtrl::setCrop(const utils::Dim& d) {
109 void MdpCtrl::setColor(const uint32_t color) {
113 void MdpCtrl::setPosition(const overlay::utils::Dim& d) {
117 void MdpCtrl::setTransform(const utils::eTransform& orient) {
123 void MdpCtrl::doTransform()
    [all...]
overlayCtrlData.h 93 MdpCtrl *mMdp;
121 inline Ctrl::Ctrl(const int& dpy) : mMdp(new MdpCtrl(dpy)) {
190 MdpCtrl* mdpCtrlArray[count];
197 bool ret = MdpCtrl::validateAndSet(mdpCtrlArray, count, fbFd);
overlay.h 244 friend class MdpCtrl;
  /hardware/qcom/display/msm8226/liboverlay/
overlayMdp.h 36 class MdpCtrl {
39 explicit MdpCtrl(const int& dpy);
41 ~MdpCtrl();
88 static bool validateAndSet(MdpCtrl* mdpCtrlArray[], const int& count,
172 ///// MdpCtrl //////
174 inline MdpCtrl::MdpCtrl(const int& dpy) {
179 inline MdpCtrl::~MdpCtrl() {
183 inline int MdpCtrl::getOrient() const
    [all...]
overlayMdp.cpp 36 bool MdpCtrl::init(const int& dpy) {
53 void MdpCtrl::reset() {
68 bool MdpCtrl::close() {
72 ALOGE("MdpCtrl close error in unset");
90 void MdpCtrl::setSource(const utils::PipeArgs& args) {
104 void MdpCtrl::setCrop(const utils::Dim& d) {
108 void MdpCtrl::setColor(const uint32_t color) {
112 void MdpCtrl::setPosition(const overlay::utils::Dim& d) {
116 void MdpCtrl::setTransform(const utils::eTransform& orient) {
122 void MdpCtrl::setPipeType(const utils::eMdpPipeType& pType)
    [all...]
overlayCtrlData.h 93 MdpCtrl *mMdp;
121 inline Ctrl::Ctrl(const int& dpy) : mMdp(new MdpCtrl(dpy)) {
195 MdpCtrl* mdpCtrlArray[count];
202 bool ret = MdpCtrl::validateAndSet(mdpCtrlArray, count, fbFd);
overlay.h 252 friend class MdpCtrl;
  /hardware/qcom/display/msm8909/liboverlay/
overlayMdp.h 36 class MdpCtrl {
39 explicit MdpCtrl(const int& dpy);
41 ~MdpCtrl();
88 static bool validateAndSet(MdpCtrl* mdpCtrlArray[], const int& count,
170 ///// MdpCtrl //////
172 inline MdpCtrl::MdpCtrl(const int& dpy) {
177 inline MdpCtrl::~MdpCtrl() {
181 inline int MdpCtrl::getOrient() const
    [all...]
overlayMdp.cpp 32 bool MdpCtrl::init(const int& dpy) {
49 void MdpCtrl::reset() {
64 bool MdpCtrl::close() {
68 ALOGE("MdpCtrl close error in unset");
86 void MdpCtrl::setSource(const utils::PipeArgs& args) {
99 void MdpCtrl::setCrop(const utils::Dim& d) {
103 void MdpCtrl::setColor(const uint32_t color) {
107 void MdpCtrl::setPosition(const overlay::utils::Dim& d) {
111 void MdpCtrl::setTransform(const utils::eTransform& orient) {
117 void MdpCtrl::setPipeType(const utils::eMdpPipeType& pType)
    [all...]
overlayCtrlData.h 93 MdpCtrl *mMdp;
121 inline Ctrl::Ctrl(const int& dpy) : mMdp(new MdpCtrl(dpy)) {
195 MdpCtrl* mdpCtrlArray[count];
202 bool ret = MdpCtrl::validateAndSet(mdpCtrlArray, count, fbFd);
overlay.h 256 friend class MdpCtrl;
  /hardware/qcom/display/msm8994/liboverlay/
overlayMdp.h 36 class MdpCtrl {
39 explicit MdpCtrl(const int& dpy);
41 ~MdpCtrl();
88 static bool validateAndSet(MdpCtrl* mdpCtrlArray[], const int& count,
170 ///// MdpCtrl //////
172 inline MdpCtrl::MdpCtrl(const int& dpy) {
177 inline MdpCtrl::~MdpCtrl() {
181 inline int MdpCtrl::getOrient() const
    [all...]
overlayMdp.cpp 37 bool MdpCtrl::init(const int& dpy) {
54 void MdpCtrl::reset() {
69 bool MdpCtrl::close() {
73 ALOGE("MdpCtrl close error in unset");
91 void MdpCtrl::setSource(const utils::PipeArgs& args) {
104 void MdpCtrl::setCrop(const utils::Dim& d) {
108 void MdpCtrl::setColor(const uint32_t color) {
112 void MdpCtrl::setPosition(const overlay::utils::Dim& d) {
116 void MdpCtrl::setTransform(const utils::eTransform& orient) {
122 void MdpCtrl::setPipeType(const utils::eMdpPipeType& pType)
    [all...]
overlayCtrlData.h 93 MdpCtrl *mMdp;
121 inline Ctrl::Ctrl(const int& dpy) : mMdp(new MdpCtrl(dpy)) {
195 MdpCtrl* mdpCtrlArray[count];
202 bool ret = MdpCtrl::validateAndSet(mdpCtrlArray, count, fbFd);
overlay.h 271 friend class MdpCtrl;
  /hardware/qcom/display/msm8960/liboverlay/
overlayMdp.h 36 class MdpCtrl {
39 explicit MdpCtrl();
41 ~MdpCtrl();
204 ///// MdpCtrl //////
206 inline MdpCtrl::MdpCtrl() {
210 inline MdpCtrl::~MdpCtrl() {
214 inline int MdpCtrl::getOrient() const {
218 inline int MdpCtrl::getPipeId() const
    [all...]
overlayMdp.cpp 46 bool MdpCtrl::init(uint32_t fbnum) {
56 void MdpCtrl::reset() {
74 bool MdpCtrl::close() {
78 ALOGE("MdpCtrl close error in unset");
96 void MdpCtrl::setSource(const utils::PipeArgs& args) {
110 void MdpCtrl::setCrop(const utils::Dim& d) {
114 void MdpCtrl::setPosition(const overlay::utils::Dim& d) {
118 void MdpCtrl::setTransform(const utils::eTransform& orient) {
126 void MdpCtrl::doTransform() {
135 void MdpCtrl::doDownscale()
    [all...]
overlayCtrlData.h 91 MdpCtrl mMdp;

Completed in 918 milliseconds