Searched refs:MIN_HEIGHT (Results 1 – 3 of 3) sorted by relevance
2681 const int MIN_HEIGHT = qdutils::MDPVersion::getInstance().getMinROIHeight(); in getSanitizeROI() local2697 if((t_roi.bottom - t_roi.top) < MIN_HEIGHT) { in getSanitizeROI()2698 if(MIN_HEIGHT == boundary.bottom - boundary.top) { in getSanitizeROI()2700 t_roi.bottom = MIN_HEIGHT; in getSanitizeROI()2702 if((t_roi.top + MIN_HEIGHT) > boundary.bottom) in getSanitizeROI()2703 t_roi.top = t_roi.bottom - MIN_HEIGHT; in getSanitizeROI()2705 t_roi.bottom = t_roi.top + MIN_HEIGHT; in getSanitizeROI()
2246 const int MIN_HEIGHT = qdutils::MDPVersion::getInstance().getMinROIHeight(); in getSanitizeROI() local2257 if((t_roi.bottom - t_roi.top) < MIN_HEIGHT) { in getSanitizeROI()2258 if((t_roi.top + MIN_HEIGHT) > boundary.bottom) in getSanitizeROI()2259 t_roi.top = t_roi.bottom - MIN_HEIGHT; in getSanitizeROI()2261 t_roi.bottom = t_roi.top + MIN_HEIGHT; in getSanitizeROI()
2257 const int MIN_HEIGHT = qdutils::MDPVersion::getInstance().getMinROIHeight(); in getSanitizeROI() local2268 if((t_roi.bottom - t_roi.top) < MIN_HEIGHT) { in getSanitizeROI()2269 if((t_roi.top + MIN_HEIGHT) > boundary.bottom) in getSanitizeROI()2270 t_roi.top = t_roi.bottom - MIN_HEIGHT; in getSanitizeROI()2272 t_roi.bottom = t_roi.top + MIN_HEIGHT; in getSanitizeROI()