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.cpp2242 const int HEIGHT_ALIGN = qdutils::MDPVersion::getInstance().getHeightAlign(); in getSanitizeROI() local
2285 if(HEIGHT_ALIGN) { in getSanitizeROI()
2287 height = HEIGHT_ALIGN * ((height + (HEIGHT_ALIGN - 1)) / HEIGHT_ALIGN); in getSanitizeROI()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.cpp2252 const int HEIGHT_ALIGN = qdutils::MDPVersion::getInstance().getHeightAlign(); in getSanitizeROI() local
2295 if(HEIGHT_ALIGN) { in getSanitizeROI()
2297 height = HEIGHT_ALIGN * ((height + (HEIGHT_ALIGN - 1)) / HEIGHT_ALIGN); in getSanitizeROI()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.cpp2675 const int HEIGHT_ALIGN = qdutils::MDPVersion::getInstance().getHeightAlign(); in getSanitizeROI() local
2727 if(HEIGHT_ALIGN) { in getSanitizeROI()
2729 height = HEIGHT_ALIGN * ((height + (HEIGHT_ALIGN - 1)) / HEIGHT_ALIGN); in getSanitizeROI()