CCDC_MIN_HEIGHT
crop->top = clamp_t(u32, crop->top, 0, sink->height - CCDC_MIN_HEIGHT);
crop->height = clamp_t(u32, crop->height, CCDC_MIN_HEIGHT,