Home | History | Annotate | Download | only in libhwcomposer

Lines Matching refs:MIN_HEIGHT

2257    const int MIN_HEIGHT = qdutils::MDPVersion::getInstance().getMinROIHeight();
2268 if((t_roi.bottom - t_roi.top) < MIN_HEIGHT) {
2269 if((t_roi.top + MIN_HEIGHT) > boundary.bottom)
2270 t_roi.top = t_roi.bottom - MIN_HEIGHT;
2272 t_roi.bottom = t_roi.top + MIN_HEIGHT;