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);
750 if (!rect_same_size(&dev->fmt_out_rect, &fmt) && in vivid_vid_out_s_selection()762 if (!rect_same_size(&dev->fmt_out_rect, &fmt) && in vivid_vid_out_s_selection()769 if (!rect_same_size(&s->r, &dev->fmt_out_rect) && in vivid_vid_out_s_selection()
901 if (!rect_same_size(&dev->fmt_cap_rect, &fmt) && in vivid_vid_cap_s_selection()914 if (!rect_same_size(&dev->fmt_cap_rect, &fmt) && in vivid_vid_cap_s_selection()922 if (!rect_same_size(&s->r, &dev->fmt_cap_rect) && in vivid_vid_cap_s_selection()
636 bool rect_same_size(const struct v4l2_rect *r1, const struct v4l2_rect *r2) in rect_same_size() function