Lines Matching refs:fmt_out_rect

42 	unsigned h = dev->fmt_out_rect.height;  in vid_out_queue_setup()
142 size = dev->bytesperline_out[p] * dev->fmt_out_rect.height + in vid_out_buf_prepare()
273 dev->fmt_out_rect = dev->crop_out; in vivid_update_format_out()
323 mp->width = dev->fmt_out_rect.width; in vivid_g_fmt_vid_out()
324 mp->height = dev->fmt_out_rect.height; in vivid_g_fmt_vid_out()
455 mp->width != dev->fmt_out_rect.width || in vivid_s_fmt_vid_out()
456 mp->height != dev->fmt_out_rect.height || in vivid_s_fmt_vid_out()
542 dev->fmt_out_rect.width = mp->width; in vivid_s_fmt_vid_out()
543 dev->fmt_out_rect.height = mp->height; in vivid_s_fmt_vid_out()
646 sel->r = dev->fmt_out_rect; in vivid_vid_out_g_selection()
691 rect_set_max_size(&s->r, &dev->fmt_out_rect); in vivid_vid_out_s_selection()
728 rect_map_inside(&s->r, &dev->fmt_out_rect); in vivid_vid_out_s_selection()
743 struct v4l2_rect fmt = dev->fmt_out_rect; in vivid_vid_out_s_selection()
758 if (!rect_same_size(&dev->fmt_out_rect, &fmt) && in vivid_vid_out_s_selection()
765 dev->fmt_out_rect = fmt; in vivid_vid_out_s_selection()
767 struct v4l2_rect fmt = dev->fmt_out_rect; in vivid_vid_out_s_selection()
770 if (!rect_same_size(&dev->fmt_out_rect, &fmt) && in vivid_vid_out_s_selection()
773 dev->fmt_out_rect = fmt; in vivid_vid_out_s_selection()
775 rect_map_inside(crop, &dev->fmt_out_rect); in vivid_vid_out_s_selection()
777 if (!rect_same_size(&s->r, &dev->fmt_out_rect) && in vivid_vid_out_s_selection()
780 rect_set_size_to(&dev->fmt_out_rect, &s->r); in vivid_vid_out_s_selection()
783 rect_map_inside(crop, &dev->fmt_out_rect); in vivid_vid_out_s_selection()