Searched refs:rect_same_size (Results 1 – 4 of 4) sorted by relevance
45 bool rect_same_size(const struct v4l2_rect *r1, const struct v4l2_rect *r2);
758 if (!rect_same_size(&dev->fmt_out_rect, &fmt) && in vivid_vid_out_s_selection()770 if (!rect_same_size(&dev->fmt_out_rect, &fmt) && in vivid_vid_out_s_selection()777 if (!rect_same_size(&s->r, &dev->fmt_out_rect) && in vivid_vid_out_s_selection()
914 if (!rect_same_size(&dev->fmt_cap_rect, &fmt) && in vivid_vid_cap_s_selection()927 if (!rect_same_size(&dev->fmt_cap_rect, &fmt) && in vivid_vid_cap_s_selection()935 if (!rect_same_size(&s->r, &dev->fmt_cap_rect) && in vivid_vid_cap_s_selection()
661 bool rect_same_size(const struct v4l2_rect *r1, const struct v4l2_rect *r2) in rect_same_size() function