Searched refs:HEIGHT_ALIGN (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp2244 const int HEIGHT_ALIGN = qdutils::MDPVersion::getInstance().getHeightAlign(); local
2287 if(HEIGHT_ALIGN) {
2289 height = HEIGHT_ALIGN * ((height + (HEIGHT_ALIGN - 1)) / HEIGHT_ALIGN);
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp2255 const int HEIGHT_ALIGN = qdutils::MDPVersion::getInstance().getHeightAlign(); local
2298 if(HEIGHT_ALIGN) {
2300 height = HEIGHT_ALIGN * ((height + (HEIGHT_ALIGN - 1)) / HEIGHT_ALIGN);
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_utils.cpp2722 const int HEIGHT_ALIGN = qdutils::MDPVersion::getInstance().getHeightAlign(); local
2765 if(HEIGHT_ALIGN) {
2767 height = HEIGHT_ALIGN * ((height + (HEIGHT_ALIGN - 1)) / HEIGHT_ALIGN);
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_utils.cpp2679 const int HEIGHT_ALIGN = qdutils::MDPVersion::getInstance().getHeightAlign(); local
2731 if(HEIGHT_ALIGN) {
2733 height = HEIGHT_ALIGN * ((height + (HEIGHT_ALIGN - 1)) / HEIGHT_ALIGN);

Completed in 56 milliseconds