v4l2_rect_set_min_size(9) width and height of r should be >= min_size.

SYNOPSIS

void v4l2_rect_set_min_size(struct v4l2_rect * r, const struct v4l2_rect * min_size);

ARGUMENTS

r

rect whose width and height will be modified

min_size

rect containing the minimal width and height

COPYRIGHT