Home
last modified time | relevance | path

Searched refs:is_rect_enclosed (Results 1 – 1 of 1) sorted by relevance

/drivers/media/platform/sti/bdisp/
Dbdisp-v4l2.c911 static int is_rect_enclosed(struct v4l2_rect *a, struct v4l2_rect *b) in is_rect_enclosed() function
984 if (s->flags & V4L2_SEL_FLAG_LE && !is_rect_enclosed(&out, in)) in bdisp_s_selection()
987 if (s->flags & V4L2_SEL_FLAG_GE && !is_rect_enclosed(in, &out)) in bdisp_s_selection()