Lines Matching refs:fmt_out_rect

30 	unsigned h = dev->fmt_out_rect.height;  in vid_out_queue_setup()
106 unsigned int h = dev->fmt_out_rect.height; in vid_out_buf_prepare()
270 dev->fmt_out_rect = dev->crop_out; in vivid_update_format_out()
320 mp->width = dev->fmt_out_rect.width; in vivid_g_fmt_vid_out()
321 mp->height = dev->fmt_out_rect.height; in vivid_g_fmt_vid_out()
459 mp->width != dev->fmt_out_rect.width || in vivid_s_fmt_vid_out()
460 mp->height != dev->fmt_out_rect.height || in vivid_s_fmt_vid_out()
546 dev->fmt_out_rect.width = mp->width; in vivid_s_fmt_vid_out()
547 dev->fmt_out_rect.height = mp->height; in vivid_s_fmt_vid_out()
652 sel->r = dev->fmt_out_rect; in vivid_vid_out_g_selection()
697 v4l2_rect_set_max_size(&s->r, &dev->fmt_out_rect); in vivid_vid_out_s_selection()
734 v4l2_rect_map_inside(&s->r, &dev->fmt_out_rect); in vivid_vid_out_s_selection()
749 struct v4l2_rect fmt = dev->fmt_out_rect; in vivid_vid_out_s_selection()
764 if (!v4l2_rect_same_size(&dev->fmt_out_rect, &fmt) && in vivid_vid_out_s_selection()
771 dev->fmt_out_rect = fmt; in vivid_vid_out_s_selection()
773 struct v4l2_rect fmt = dev->fmt_out_rect; in vivid_vid_out_s_selection()
776 if (!v4l2_rect_same_size(&dev->fmt_out_rect, &fmt) && in vivid_vid_out_s_selection()
779 dev->fmt_out_rect = fmt; in vivid_vid_out_s_selection()
781 v4l2_rect_map_inside(crop, &dev->fmt_out_rect); in vivid_vid_out_s_selection()
783 if (!v4l2_rect_same_size(&s->r, &dev->fmt_out_rect) && in vivid_vid_out_s_selection()
786 v4l2_rect_set_size_to(&dev->fmt_out_rect, &s->r); in vivid_vid_out_s_selection()
789 v4l2_rect_map_inside(crop, &dev->fmt_out_rect); in vivid_vid_out_s_selection()