Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/s5p-tv/
Dmixer_video.c407 static int mxr_is_rect_inside(struct v4l2_rect *a, struct v4l2_rect *b) in mxr_is_rect_inside() function
489 if ((s->flags & V4L2_SEL_FLAG_LE) && !mxr_is_rect_inside(&res, &s->r)) in mxr_s_selection()
491 if ((s->flags & V4L2_SEL_FLAG_GE) && !mxr_is_rect_inside(&s->r, &res)) in mxr_s_selection()