Lines Matching refs:sink_rect
227 dev->sink_rect.width = 720; in vivid_update_format_out()
229 dev->sink_rect.height = 480; in vivid_update_format_out()
233 dev->sink_rect.height = 576; in vivid_update_format_out()
240 dev->sink_rect.width = bt->width; in vivid_update_format_out()
241 dev->sink_rect.height = bt->height; in vivid_update_format_out()
270 dev->compose_out = dev->sink_rect; in vivid_update_format_out()
271 dev->compose_bounds_out = dev->sink_rect; in vivid_update_format_out()
278 (dev->sink_rect.width * dev->fmt_out->bit_depth[p]) / 8; in vivid_update_format_out()
310 dev->sink_rect.width == 720 && dev->sink_rect.height <= 576) in vivid_get_pixel_aspect()
311 return dev->sink_rect.height == 480 ? in vivid_get_pixel_aspect()
375 w = dev->sink_rect.width; in vivid_try_fmt_vid_out()
376 h = dev->sink_rect.height; in vivid_try_fmt_vid_out()
393 v4l2_rect_set_max_size(&r, &dev->sink_rect); in vivid_try_fmt_vid_out()
395 v4l2_rect_set_min_size(&r, &dev->sink_rect); in vivid_try_fmt_vid_out()
671 sel->r = dev->sink_rect; in vivid_vid_out_g_selection()
704 dev->sink_rect.width * MAX_ZOOM, in vivid_vid_out_s_selection()
705 (dev->sink_rect.height / factor) * MAX_ZOOM in vivid_vid_out_s_selection()
728 v4l2_rect_set_max_size(&s->r, &dev->sink_rect); in vivid_vid_out_s_selection()
734 v4l2_rect_set_size_to(&s->r, &dev->sink_rect); in vivid_vid_out_s_selection()
747 v4l2_rect_set_max_size(&s->r, &dev->sink_rect); in vivid_vid_out_s_selection()