Searched refs:fmt_out_rect (Results 1 – 2 of 2) sorted by relevance
40 unsigned h = dev->fmt_out_rect.height; in vid_out_queue_setup()141 size = dev->bytesperline_out[p] * dev->fmt_out_rect.height + in vid_out_buf_prepare()267 dev->fmt_out_rect = dev->crop_out; in vivid_update_format_out()316 mp->width = dev->fmt_out_rect.width; in vivid_g_fmt_vid_out()317 mp->height = dev->fmt_out_rect.height; in vivid_g_fmt_vid_out()427 mp->width != dev->fmt_out_rect.width || in vivid_s_fmt_vid_out()428 mp->height != dev->fmt_out_rect.height || in vivid_s_fmt_vid_out()514 dev->fmt_out_rect.width = mp->width; in vivid_s_fmt_vid_out()515 dev->fmt_out_rect.height = mp->height; in vivid_s_fmt_vid_out()612 sel->r = dev->fmt_out_rect; in vivid_vid_out_g_selection()[all …]
383 struct v4l2_rect fmt_out_rect; member