Searched refs:crop_out (Results 1 – 5 of 5) sorted by relevance
272 dev->crop_out = dev->compose_out; in vivid_update_format_out()274 dev->crop_out.height /= 2; in vivid_update_format_out()275 dev->fmt_out_rect = dev->crop_out; in vivid_update_format_out()452 struct v4l2_rect *crop = &dev->crop_out; in vivid_s_fmt_vid_out()650 sel->r = dev->crop_out; in vivid_vid_out_g_selection()682 struct v4l2_rect *crop = &dev->crop_out; in vivid_vid_out_s_selection()
180 v4l2_rect_scale(&dev->loop_vid_out, &dev->compose_out, &dev->crop_out); in vivid_precalc_copy_rects()181 dev->loop_vid_out.left += dev->crop_out.left; in vivid_precalc_copy_rects()182 dev->loop_vid_out.top += dev->crop_out.top; in vivid_precalc_copy_rects()
454 struct v4l2_rect crop_out; member
2391 struct v4l2_rect *crop_out) in rk1608_get_dcrop_cfg() argument2493 crop_out->left = left; in rk1608_get_dcrop_cfg()2494 crop_out->top = top; in rk1608_get_dcrop_cfg()2495 crop_out->width = width; in rk1608_get_dcrop_cfg()2496 crop_out->height = height; in rk1608_get_dcrop_cfg()2498 __func__, crop_out->left, crop_out->top, crop_out->width, crop_out->height); in rk1608_get_dcrop_cfg()
640 struct v4l2_rect *crop_out);