Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/i2c/
Dimx274.c1014 const struct v4l2_rect *cur_crop; in __imx274_change_compose() local
1021 cur_crop = v4l2_subdev_state_get_crop(sd_state, 0); in __imx274_change_compose()
1024 cur_crop = &imx274->crop; in __imx274_change_compose()
1034 cur_crop->width / wratio, *width, in __imx274_change_compose()
1035 cur_crop->height / hratio, *height, in __imx274_change_compose()
1044 *width = cur_crop->width / best_mode->wbin_ratio; in __imx274_change_compose()
1045 *height = cur_crop->height / best_mode->hbin_ratio; in __imx274_change_compose()