Searched defs:HEIGHT_ALIGN (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_utils.cpp2236 const int HEIGHT_ALIGN = qdutils::MDPVersion::getInstance().getHeightAlign(); local
2279 if(HEIGHT_ALIGN) {
2281 height = HEIGHT_ALIGN * ((height + (HEIGHT_ALIGN - 1)) / HEIGHT_ALIGN);
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_utils.cpp2252 const int HEIGHT_ALIGN = qdutils::MDPVersion::getInstance().getHeightAlign(); local
2295 if(HEIGHT_ALIGN) {
2297 height = HEIGHT_ALIGN * ((height + (HEIGHT_ALIGN - 1)) / HEIGHT_ALIGN);

Completed in 71 milliseconds