Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-vid-common.h45 bool rect_same_size(const struct v4l2_rect *r1, const struct v4l2_rect *r2);
Dvivid-vid-out.c750 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()
Dvivid-vid-cap.c901 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()
Dvivid-vid-common.c636 bool rect_same_size(const struct v4l2_rect *r1, const struct v4l2_rect *r2) in rect_same_size() function