Searched refs:is_rect_enclosed (Results 1 – 1 of 1) sorted by relevance
903 static int is_rect_enclosed(struct v4l2_rect *a, struct v4l2_rect *b) in is_rect_enclosed() function976 if (s->flags & V4L2_SEL_FLAG_LE && !is_rect_enclosed(&out, in)) in bdisp_s_selection()979 if (s->flags & V4L2_SEL_FLAG_GE && !is_rect_enclosed(in, &out)) in bdisp_s_selection()