Lines Matching refs:sink_rect
230 dev->sink_rect.width = 720; in vivid_update_format_out()
232 dev->sink_rect.height = 480; in vivid_update_format_out()
236 dev->sink_rect.height = 576; in vivid_update_format_out()
243 dev->sink_rect.width = bt->width; in vivid_update_format_out()
244 dev->sink_rect.height = bt->height; in vivid_update_format_out()
273 dev->compose_out = dev->sink_rect; in vivid_update_format_out()
274 dev->compose_bounds_out = dev->sink_rect; in vivid_update_format_out()
281 (dev->sink_rect.width * dev->fmt_out->bit_depth[p]) / 8; in vivid_update_format_out()
313 dev->sink_rect.width == 720 && dev->sink_rect.height <= 576) in vivid_get_pixel_aspect()
314 return dev->sink_rect.height == 480 ? in vivid_get_pixel_aspect()
378 w = dev->sink_rect.width; in vivid_try_fmt_vid_out()
379 h = dev->sink_rect.height; in vivid_try_fmt_vid_out()
396 v4l2_rect_set_max_size(&r, &dev->sink_rect); in vivid_try_fmt_vid_out()
398 v4l2_rect_set_min_size(&r, &dev->sink_rect); in vivid_try_fmt_vid_out()
674 sel->r = dev->sink_rect; in vivid_vid_out_g_selection()
707 dev->sink_rect.width * MAX_ZOOM, in vivid_vid_out_s_selection()
708 (dev->sink_rect.height / factor) * MAX_ZOOM in vivid_vid_out_s_selection()
731 v4l2_rect_set_max_size(&s->r, &dev->sink_rect); in vivid_vid_out_s_selection()
737 v4l2_rect_set_size_to(&s->r, &dev->sink_rect); in vivid_vid_out_s_selection()
750 v4l2_rect_set_max_size(&s->r, &dev->sink_rect); in vivid_vid_out_s_selection()