Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:MDPComp

38 class MDPComp {
40 explicit MDPComp(int);
41 virtual ~MDPComp(){};
51 static MDPComp* getObject(const int& width, const int& rightSplit,
134 /* set/reset flags for MDPComp */
137 /* checks for conditions where mdpcomp is not possible */
185 class MDPCompLowRes : public MDPComp {
187 explicit MDPCompLowRes(int dpy):MDPComp(dpy){};
210 class MDPCompHighRes : public MDPComp {
212 explicit MDPCompHighRes(int dpy):MDPComp(dpy){};