Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/platform/samsung/exynos4-is/
A Dfimc-capture.c1583 struct v4l2_rect *try_sel; in fimc_subdev_get_selection() local
1603 try_sel = v4l2_subdev_get_try_crop(sd, sd_state, sel->pad); in fimc_subdev_get_selection()
1606 try_sel = v4l2_subdev_get_try_compose(sd, sd_state, sel->pad); in fimc_subdev_get_selection()
1615 sel->r = *try_sel; in fimc_subdev_get_selection()
1639 struct v4l2_rect *try_sel; in fimc_subdev_set_selection() local
1650 try_sel = v4l2_subdev_get_try_crop(sd, sd_state, sel->pad); in fimc_subdev_set_selection()
1653 try_sel = v4l2_subdev_get_try_compose(sd, sd_state, sel->pad); in fimc_subdev_set_selection()
1662 *try_sel = sel->r; in fimc_subdev_set_selection()

Completed in 6 milliseconds