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

  /hardware/qcom/display/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...]

Completed in 31 milliseconds