Home
last modified time | relevance | path

Searched refs:rightSplit (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/display/msm8974/libhwcomposer/
Dhwc_fbupdate.h44 static IFBUpdate *getObject(const int& width, const int& rightSplit,
Dhwc_fbupdate.cpp34 IFBUpdate* IFBUpdate::getObject(const int& width, const int& rightSplit, in getObject() argument
36 if(width > MAX_DISPLAY_DIM || rightSplit) { in getObject()
Dhwc_mdpcomp.h51 static MDPComp* getObject(const int& width, const int& rightSplit,
Dhwc_utils.cpp138 const int rightSplit = qdutils::MDPVersion::getInstance().getRightSplit(); in initContext() local
148 rightSplit, HWC_DISPLAY_PRIMARY); in initContext()
169 rightSplit, HWC_DISPLAY_PRIMARY); in initContext()
Dhwc_mdpcomp.cpp44 MDPComp* MDPComp::getObject(const int& width, const int& rightSplit, in getObject() argument
46 if(width > MAX_DISPLAY_DIM || rightSplit) { in getObject()