Home
last modified time | relevance | path

Searched refs:WIDTH_ALIGN (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.cpp2240 const int WIDTH_ALIGN = qdutils::MDPVersion::getInstance().getWidthAlign(); in getSanitizeROI() local
2266 if(WIDTH_ALIGN) { in getSanitizeROI()
2268 width = WIDTH_ALIGN * ((width + (WIDTH_ALIGN - 1)) / WIDTH_ALIGN); in getSanitizeROI()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.cpp2251 const int WIDTH_ALIGN = qdutils::MDPVersion::getInstance().getWidthAlign(); in getSanitizeROI() local
2277 if(WIDTH_ALIGN) { in getSanitizeROI()
2279 width = WIDTH_ALIGN * ((width + (WIDTH_ALIGN - 1)) / WIDTH_ALIGN); in getSanitizeROI()
/hardware/qcom/display/msm8909/libhwcomposer/
Dhwc_utils.cpp2718 const int WIDTH_ALIGN = qdutils::MDPVersion::getInstance().getWidthAlign(); in getSanitizeROI() local
2744 if(WIDTH_ALIGN) { in getSanitizeROI()
2746 width = WIDTH_ALIGN * ((width + (WIDTH_ALIGN - 1)) / WIDTH_ALIGN); in getSanitizeROI()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.cpp2675 const int WIDTH_ALIGN = qdutils::MDPVersion::getInstance().getWidthAlign(); in getSanitizeROI() local
2711 if(WIDTH_ALIGN) { in getSanitizeROI()
2713 width = WIDTH_ALIGN * ((width + (WIDTH_ALIGN - 1)) / WIDTH_ALIGN); in getSanitizeROI()