HomeSort by relevance Sort by last modified time
    Searched defs:MDPComp (Results 1 - 10 of 10) sorted by null

  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.h 38 class MDPComp {
40 explicit MDPComp(int);
41 virtual ~MDPComp(){};
49 static MDPComp* getObject(const int& width, const int dpy);
129 /* set/reset flags for MDPComp */
135 /* checks for conditions where mdpcomp is not possible */
177 class MDPCompLowRes : public MDPComp {
179 explicit MDPCompLowRes(int dpy):MDPComp(dpy){};
201 class MDPCompHighRes : public MDPComp {
203 explicit MDPCompHighRes(int dpy):MDPComp(dpy){}
    [all...]
hwc_mdpcomp.cpp 33 //==============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(int dpy):mDpy(dpy){}
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_mdpcomp.h 38 class MDPComp {
40 explicit MDPComp(int);
41 virtual ~MDPComp(){};
49 static MDPComp* getObject(hwc_context_t *ctx, const int& dpy);
163 /* set/reset flags for MDPComp */
168 /* checks for conditions where mdpcomp is not possible */
251 class MDPCompNonSplit : public MDPComp {
253 explicit MDPCompNonSplit(int dpy):MDPComp(dpy){};
289 class MDPCompSplit : public MDPComp {
291 explicit MDPCompSplit(int dpy):MDPComp(dpy){}
    [all...]
hwc_mdpcomp.cpp 37 //==============MDPComp========================================================
39 IdleInvalidator *MDPComp::idleInvalidator = NULL;
40 bool MDPComp::sIdleFallBack = false;
41 bool MDPComp::sHandleTimeout = false;
42 bool MDPComp::sDebugLogs = false;
43 bool MDPComp::sEnabled = false;
44 bool MDPComp::sEnableMixedMode = true;
45 int MDPComp::sSimulationFlags = 0;
46 int MDPComp::sMaxPipesPerMixer = MAX_PIPES_PER_MIXER;
47 bool MDPComp::sEnable4k2kYUVSplit = false
    [all...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_mdpcomp.h 38 class MDPComp {
40 explicit MDPComp(int);
41 virtual ~MDPComp(){};
52 static MDPComp* getObject(hwc_context_t *ctx, const int& dpy);
165 /* set/reset flags for MDPComp */
170 /* checks for conditions where mdpcomp is not possible */
256 class MDPCompNonSplit : public MDPComp {
258 explicit MDPCompNonSplit(int dpy):MDPComp(dpy){};
294 class MDPCompSplit : public MDPComp {
296 explicit MDPCompSplit(int dpy):MDPComp(dpy){}
    [all...]
hwc_mdpcomp.cpp 38 //==============MDPComp========================================================
40 IdleInvalidator *MDPComp::idleInvalidator = NULL;
41 bool MDPComp::sIdleFallBack = false;
42 bool MDPComp::sHandleTimeout = false;
43 bool MDPComp::sDebugLogs = false;
44 bool MDPComp::sEnabled = false;
45 bool MDPComp::sEnableMixedMode = true;
46 int MDPComp::sSimulationFlags = 0;
47 int MDPComp::sMaxPipesPerMixer = MAX_PIPES_PER_MIXER;
48 bool MDPComp::sEnable4k2kYUVSplit = false
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_mdpcomp.h 37 class MDPComp {
39 explicit MDPComp(int);
40 virtual ~MDPComp(){};
52 static MDPComp* getObject(hwc_context_t *ctx, const int& dpy);
172 /* set/reset flags for MDPComp */
177 /* checks for conditions where mdpcomp is not possible */
278 class MDPCompNonSplit : public MDPComp {
280 explicit MDPCompNonSplit(int dpy):MDPComp(dpy){};
316 class MDPCompSplit : public MDPComp {
318 explicit MDPCompSplit(int dpy):MDPComp(dpy){}
    [all...]
hwc_mdpcomp.cpp 38 //==============MDPComp========================================================
40 IdleInvalidator *MDPComp::sIdleInvalidator = NULL;
41 bool MDPComp::sIdleFallBack = false;
42 bool MDPComp::sDebugLogs = false;
43 bool MDPComp::sEnabled = false;
44 bool MDPComp::sEnableMixedMode = true;
45 int MDPComp::sSimulationFlags = 0;
46 int MDPComp::sMaxPipesPerMixer = MAX_PIPES_PER_MIXER;
47 bool MDPComp::sEnableYUVsplit = false;
48 bool MDPComp::sSrcSplitEnabled = false
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_mdpcomp.h 35 class MDPComp {
37 explicit MDPComp(int);
38 virtual ~MDPComp(){};
49 static MDPComp* getObject(hwc_context_t *ctx, const int& dpy);
168 /* set/reset flags for MDPComp */
173 /* checks for conditions where mdpcomp is not possible */
287 class MDPCompNonSplit : public MDPComp {
289 explicit MDPCompNonSplit(int dpy):MDPComp(dpy){};
326 class MDPCompSplit : public MDPComp {
328 explicit MDPCompSplit(int dpy):MDPComp(dpy){}
    [all...]
hwc_mdpcomp.cpp 39 //==============MDPComp========================================================
41 IdleInvalidator *MDPComp::sIdleInvalidator = NULL;
42 bool MDPComp::sIdleFallBack = false;
43 bool MDPComp::sHandleTimeout = false;
44 bool MDPComp::sDebugLogs = false;
45 bool MDPComp::sEnabled = false;
46 bool MDPComp::sEnableMixedMode = true;
47 int MDPComp::sSimulationFlags = 0;
48 int MDPComp::sMaxPipesPerMixer = 0;
49 bool MDPComp::sEnableYUVsplit = false
    [all...]

Completed in 201 milliseconds