Searched defs:MDPComp (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_mdpcomp.h38 class MDPComp { class in namespace:qhwc
40 explicit MDPComp(int);
41 virtual ~MDPComp(){};
49 static MDPComp* getObject(const int& width, const int dpy);
129 /* set/reset flags for MDPComp */
177 class MDPCompLowRes : public MDPComp {
179 explicit MDPCompLowRes(int dpy):MDPComp(dpy){};
201 class MDPCompHighRes : public MDPComp {
203 explicit MDPCompHighRes(int dpy):MDPComp(dpy){};
H A Dhwc_mdpcomp.cpp33 //==============MDPComp========================================================
35 IdleInvalidator *MDPComp::idleInvalidator = NULL;
36 bool MDPComp::sIdleFallBack = false;
37 bool MDPComp::sDebugLogs = false;
38 bool MDPComp::sEnabled = false;
39 int MDPComp::sMaxPipesPerMixer = MAX_PIPES_PER_MIXER;
41 MDPComp* MDPComp::getObject(const int& width, int dpy) {
49 MDPComp::MDPComp(in function in class:qhwc::MDPComp
[all...]
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_mdpcomp.h38 class MDPComp { class in namespace:qhwc
40 explicit MDPComp(int);
41 virtual ~MDPComp(){};
51 static MDPComp* getObject(const int& width, const int& rightSplit,
134 /* set/reset flags for MDPComp */
185 class MDPCompLowRes : public MDPComp {
187 explicit MDPCompLowRes(int dpy):MDPComp(dpy){};
210 class MDPCompHighRes : public MDPComp {
212 explicit MDPCompHighRes(int dpy):MDPComp(dpy){};
H A Dhwc_mdpcomp.cpp35 //==============MDPComp========================================================
37 IdleInvalidator *MDPComp::idleInvalidator = NULL;
38 bool MDPComp::sIdleFallBack = false;
39 bool MDPComp::sDebugLogs = false;
40 bool MDPComp::sEnabled = false;
41 bool MDPComp::sEnableMixedMode = true;
42 int MDPComp::sMaxPipesPerMixer = MAX_PIPES_PER_MIXER;
44 MDPComp* MDPComp::getObject(const int& width, const int& rightSplit,
52 MDPComp function in class:qhwc::MDPComp
[all...]
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_mdpcomp.h38 class MDPComp { class in namespace:qhwc
40 explicit MDPComp(int);
41 virtual ~MDPComp(){};
49 static MDPComp* getObject(const int& width, const int dpy);
129 /* set/reset flags for MDPComp */
177 class MDPCompLowRes : public MDPComp {
179 explicit MDPCompLowRes(int dpy):MDPComp(dpy){};
201 class MDPCompHighRes : public MDPComp {
203 explicit MDPCompHighRes(int dpy):MDPComp(dpy){};
H A Dhwc_mdpcomp.cpp33 //==============MDPComp========================================================
35 IdleInvalidator *MDPComp::idleInvalidator = NULL;
36 bool MDPComp::sIdleFallBack = false;
37 bool MDPComp::sDebugLogs = false;
38 bool MDPComp::sEnabled = false;
39 int MDPComp::sMaxPipesPerMixer = MAX_PIPES_PER_MIXER;
41 MDPComp* MDPComp::getObject(const int& width, int dpy) {
49 MDPComp::MDPComp(in function in class:qhwc::MDPComp
[all...]

Completed in 69 milliseconds