Home
last modified time | relevance | path

Searched refs:HEIGHT_ALIGN (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.cpp2244 const int HEIGHT_ALIGN = qdutils::MDPVersion::getInstance().getHeightAlign(); in getSanitizeROI() local
2287 if(HEIGHT_ALIGN) { in getSanitizeROI()
2289 height = HEIGHT_ALIGN * ((height + (HEIGHT_ALIGN - 1)) / HEIGHT_ALIGN); in getSanitizeROI()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.cpp2255 const int HEIGHT_ALIGN = qdutils::MDPVersion::getInstance().getHeightAlign(); in getSanitizeROI() local
2298 if(HEIGHT_ALIGN) { in getSanitizeROI()
2300 height = HEIGHT_ALIGN * ((height + (HEIGHT_ALIGN - 1)) / HEIGHT_ALIGN); in getSanitizeROI()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.cpp2679 const int HEIGHT_ALIGN = qdutils::MDPVersion::getInstance().getHeightAlign(); in getSanitizeROI() local
2731 if(HEIGHT_ALIGN) { in getSanitizeROI()
2733 height = HEIGHT_ALIGN * ((height + (HEIGHT_ALIGN - 1)) / HEIGHT_ALIGN); in getSanitizeROI()