Home | History | Annotate | Download | only in libhwcomposer

Lines Matching defs:MIN_HEIGHT

2679    const int MIN_HEIGHT = qdutils::MDPVersion::getInstance().getMinROIHeight();
2695 if((t_roi.bottom - t_roi.top) < MIN_HEIGHT) {
2696 if(MIN_HEIGHT == boundary.bottom - boundary.top) {
2698 t_roi.bottom = MIN_HEIGHT;
2700 if((t_roi.top + MIN_HEIGHT) > boundary.bottom)
2701 t_roi.top = t_roi.bottom - MIN_HEIGHT;
2703 t_roi.bottom = t_roi.top + MIN_HEIGHT;