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.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.cpp2250 const int WIDTH_ALIGN = qdutils::MDPVersion::getInstance().getWidthAlign(); in getSanitizeROI() local
2276 if(WIDTH_ALIGN) { in getSanitizeROI()
2278 width = WIDTH_ALIGN * ((width + (WIDTH_ALIGN - 1)) / WIDTH_ALIGN); in getSanitizeROI()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.cpp2673 const int WIDTH_ALIGN = qdutils::MDPVersion::getInstance().getWidthAlign(); in getSanitizeROI() local
2709 if(WIDTH_ALIGN) { in getSanitizeROI()
2711 width = WIDTH_ALIGN * ((width + (WIDTH_ALIGN - 1)) / WIDTH_ALIGN); in getSanitizeROI()