Home
last modified time | relevance | path

Searched refs:HEIGHT_ALIGN (Results 1 – 4 of 4) 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.cpp2253 const int HEIGHT_ALIGN = qdutils::MDPVersion::getInstance().getHeightAlign(); in getSanitizeROI() local
2296 if(HEIGHT_ALIGN) { in getSanitizeROI()
2298 height = HEIGHT_ALIGN * ((height + (HEIGHT_ALIGN - 1)) / HEIGHT_ALIGN); in getSanitizeROI()
/hardware/qcom/display/msm8909/libhwcomposer/
Dhwc_utils.cpp2720 const int HEIGHT_ALIGN = qdutils::MDPVersion::getInstance().getHeightAlign(); in getSanitizeROI() local
2763 if(HEIGHT_ALIGN) { in getSanitizeROI()
2765 height = HEIGHT_ALIGN * ((height + (HEIGHT_ALIGN - 1)) / HEIGHT_ALIGN); in getSanitizeROI()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.cpp2677 const int HEIGHT_ALIGN = qdutils::MDPVersion::getInstance().getHeightAlign(); in getSanitizeROI() local
2729 if(HEIGHT_ALIGN) { in getSanitizeROI()
2731 height = HEIGHT_ALIGN * ((height + (HEIGHT_ALIGN - 1)) / HEIGHT_ALIGN); in getSanitizeROI()