Home
last modified time | relevance | path

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

/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.c724 if (!rect_same_size(&dev->fmt_out_rect, &fmt) && in vivid_vid_out_s_selection()
736 if (!rect_same_size(&dev->fmt_out_rect, &fmt) && in vivid_vid_out_s_selection()
743 if (!rect_same_size(&s->r, &dev->fmt_out_rect) && in vivid_vid_out_s_selection()
Dvivid-vid-cap.c876 if (!rect_same_size(&dev->fmt_cap_rect, &fmt) && in vivid_vid_cap_s_selection()
889 if (!rect_same_size(&dev->fmt_cap_rect, &fmt) && in vivid_vid_cap_s_selection()
897 if (!rect_same_size(&s->r, &dev->fmt_cap_rect) && in vivid_vid_cap_s_selection()
Dvivid-vid-common.c334 bool rect_same_size(const struct v4l2_rect *r1, const struct v4l2_rect *r2) in rect_same_size() function