Searched refs:try_sel (Results 1 – 1 of 1) sorted by relevance
1583 struct v4l2_rect *try_sel; in fimc_subdev_get_selection() local1603 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() local1650 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