Home
last modified time | relevance | path

Searched refs:crop_out (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A Dvivid-vid-out.c272 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()
H A Dvivid-kthread-cap.c180 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()
H A Dvivid-core.h454 struct v4l2_rect crop_out; member
/OK3568_Linux_fs/kernel/drivers/media/spi/
H A Drk1608_core.c2391 struct v4l2_rect *crop_out) in rk1608_get_dcrop_cfg() argument
2493 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()
H A Drk1608_core.h640 struct v4l2_rect *crop_out);