Lines Matching refs:sink_rect
232 dev->sink_rect.width = 720; in vivid_update_format_out()
234 dev->sink_rect.height = 480; in vivid_update_format_out()
238 dev->sink_rect.height = 576; in vivid_update_format_out()
245 dev->sink_rect.width = bt->width; in vivid_update_format_out()
246 dev->sink_rect.height = bt->height; in vivid_update_format_out()
268 dev->compose_out = dev->sink_rect; in vivid_update_format_out()
269 dev->compose_bounds_out = dev->sink_rect; in vivid_update_format_out()
276 (dev->sink_rect.width * dev->fmt_out->bit_depth[p]) / 8; in vivid_update_format_out()
308 dev->sink_rect.width == 720 && dev->sink_rect.height <= 576) in vivid_get_pixel_aspect()
309 return dev->sink_rect.height == 480 ? in vivid_get_pixel_aspect()
372 w = dev->sink_rect.width; in vivid_try_fmt_vid_out()
373 h = dev->sink_rect.height; in vivid_try_fmt_vid_out()
390 rect_set_max_size(&r, &dev->sink_rect); in vivid_try_fmt_vid_out()
392 rect_set_min_size(&r, &dev->sink_rect); in vivid_try_fmt_vid_out()
662 sel->r = dev->sink_rect; in vivid_vid_out_g_selection()
695 dev->sink_rect.width * MAX_ZOOM, in vivid_vid_out_s_selection()
696 (dev->sink_rect.height / factor) * MAX_ZOOM in vivid_vid_out_s_selection()
719 rect_set_max_size(&s->r, &dev->sink_rect); in vivid_vid_out_s_selection()
725 rect_set_size_to(&s->r, &dev->sink_rect); in vivid_vid_out_s_selection()
738 rect_set_max_size(&s->r, &dev->sink_rect); in vivid_vid_out_s_selection()