Searched refs:rect_intersect (Results 1 – 3 of 3) sorted by relevance
46 struct v4l2_rect rect_intersect(const struct v4l2_rect *a, const struct v4l2_rect *b);
187 dev->loop_vid_copy = rect_intersect(&dev->crop_cap, &dev->compose_out); in vivid_precalc_copy_rects()206 r_overlay = rect_intersect(&r_fb, &r_overlay); in vivid_precalc_copy_rects()212 dev->loop_vid_overlay = rect_intersect(&r_overlay, &dev->loop_vid_copy); in vivid_precalc_copy_rects()
642 struct v4l2_rect rect_intersect(const struct v4l2_rect *a, const struct v4l2_rect *b) in rect_intersect() function