Searched refs:MIN_HEIGHT (Results 1 – 2 of 2) sorted by relevance
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()