Searched refs:crop_out (Results 1 – 3 of 3) sorted by relevance
267 dev->crop_out = dev->compose_out; in vivid_update_format_out()269 dev->crop_out.height /= 2; in vivid_update_format_out()270 dev->fmt_out_rect = dev->crop_out; in vivid_update_format_out()447 struct v4l2_rect *crop = &dev->crop_out; in vivid_s_fmt_vid_out()647 sel->r = dev->crop_out; in vivid_vid_out_g_selection()679 struct v4l2_rect *crop = &dev->crop_out; in vivid_vid_out_s_selection()
160 v4l2_rect_scale(&dev->loop_vid_out, &out_dev->compose_out, &out_dev->crop_out); in vivid_precalc_copy_rects()161 dev->loop_vid_out.left += out_dev->crop_out.left; in vivid_precalc_copy_rects()162 dev->loop_vid_out.top += out_dev->crop_out.top; in vivid_precalc_copy_rects()
544 struct v4l2_rect crop_out; member