Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.cpp2242 const int WIDTH_ALIGN = qdutils::MDPVersion::getInstance().getWidthAlign(); in getSanitizeROI() local
2268 if(WIDTH_ALIGN) { in getSanitizeROI()
2270 width = WIDTH_ALIGN * ((width + (WIDTH_ALIGN - 1)) / WIDTH_ALIGN); in getSanitizeROI()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.cpp2253 const int WIDTH_ALIGN = qdutils::MDPVersion::getInstance().getWidthAlign(); in getSanitizeROI() local
2279 if(WIDTH_ALIGN) { in getSanitizeROI()
2281 width = WIDTH_ALIGN * ((width + (WIDTH_ALIGN - 1)) / WIDTH_ALIGN); in getSanitizeROI()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.cpp2677 const int WIDTH_ALIGN = qdutils::MDPVersion::getInstance().getWidthAlign(); in getSanitizeROI() local
2713 if(WIDTH_ALIGN) { in getSanitizeROI()
2715 width = WIDTH_ALIGN * ((width + (WIDTH_ALIGN - 1)) / WIDTH_ALIGN); in getSanitizeROI()