Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/platform/sti/bdisp/
H A Dbdisp-v4l2.c905 static int is_rect_enclosed(struct v4l2_rect *a, struct v4l2_rect *b) in is_rect_enclosed() function
978 if (s->flags & V4L2_SEL_FLAG_LE && !is_rect_enclosed(&out, in)) in bdisp_s_selection()
981 if (s->flags & V4L2_SEL_FLAG_GE && !is_rect_enclosed(in, &out)) in bdisp_s_selection()
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-v4l2.c905 static int is_rect_enclosed(struct v4l2_rect *a, struct v4l2_rect *b) in is_rect_enclosed() function
978 if (s->flags & V4L2_SEL_FLAG_LE && !is_rect_enclosed(&out, in)) in bdisp_s_selection()
981 if (s->flags & V4L2_SEL_FLAG_GE && !is_rect_enclosed(in, &out)) in bdisp_s_selection()

Completed in 4 milliseconds