v4l2_rect_same_size(9) return true if r1 has the same size as r2

SYNOPSIS

bool v4l2_rect_same_size(const struct v4l2_rect * r1, const struct v4l2_rect * r2);

ARGUMENTS

r1

rectangle.

r2

rectangle.

DESCRIPTION

Return true if both rectangles have the same size.

COPYRIGHT