Lines Matching refs:sink_rect
228 dev->sink_rect.width = 720; in vivid_update_format_out()
230 dev->sink_rect.height = 480; in vivid_update_format_out()
234 dev->sink_rect.height = 576; in vivid_update_format_out()
241 dev->sink_rect.width = bt->width; in vivid_update_format_out()
242 dev->sink_rect.height = bt->height; in vivid_update_format_out()
263 dev->compose_out = dev->sink_rect; in vivid_update_format_out()
264 dev->compose_bounds_out = dev->sink_rect; in vivid_update_format_out()
271 (dev->sink_rect.width * dev->fmt_out->bit_depth[p]) / 8; in vivid_update_format_out()
303 dev->sink_rect.width == 720 && dev->sink_rect.height <= 576) in vivid_get_pixel_aspect()
304 return dev->sink_rect.height == 480 ? in vivid_get_pixel_aspect()
366 w = dev->sink_rect.width; in vivid_try_fmt_vid_out()
367 h = dev->sink_rect.height; in vivid_try_fmt_vid_out()
384 rect_set_max_size(&r, &dev->sink_rect); in vivid_try_fmt_vid_out()
386 rect_set_min_size(&r, &dev->sink_rect); in vivid_try_fmt_vid_out()
654 sel->r = dev->sink_rect; in vivid_vid_out_g_selection()
687 dev->sink_rect.width * MAX_ZOOM, in vivid_vid_out_s_selection()
688 (dev->sink_rect.height / factor) * MAX_ZOOM in vivid_vid_out_s_selection()
711 rect_set_max_size(&s->r, &dev->sink_rect); in vivid_vid_out_s_selection()
717 rect_set_size_to(&s->r, &dev->sink_rect); in vivid_vid_out_s_selection()
730 rect_set_max_size(&s->r, &dev->sink_rect); in vivid_vid_out_s_selection()