Searched refs:v4l2_rect_same_size (Results 1 – 3 of 3) sorted by relevance
79 static inline bool v4l2_rect_same_size(const struct v4l2_rect *r1, in v4l2_rect_same_size() function108 return v4l2_rect_same_size(r1, r2) && v4l2_rect_same_position(r1, r2); in v4l2_rect_equal()
767 if (!v4l2_rect_same_size(&dev->fmt_out_rect, &fmt) && in vivid_vid_out_s_selection()779 if (!v4l2_rect_same_size(&dev->fmt_out_rect, &fmt) && in vivid_vid_out_s_selection()786 if (!v4l2_rect_same_size(&s->r, &dev->fmt_out_rect) && in vivid_vid_out_s_selection()
970 if (!v4l2_rect_same_size(&dev->fmt_cap_rect, &fmt) && in vivid_vid_cap_s_selection()984 if (!v4l2_rect_same_size(&dev->fmt_cap_rect, &fmt) && in vivid_vid_cap_s_selection()992 if (!v4l2_rect_same_size(&s->r, &dev->fmt_cap_rect) && in vivid_vid_cap_s_selection()