Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/i2c/
Dimx274.c881 const struct v4l2_rect *cur_crop; in __imx274_change_compose() local
888 cur_crop = &cfg->try_crop; in __imx274_change_compose()
891 cur_crop = &imx274->crop; in __imx274_change_compose()
900 cur_crop->width / ratio, *width, in __imx274_change_compose()
901 cur_crop->height / ratio, *height, in __imx274_change_compose()
910 *width = cur_crop->width / best_mode->bin_ratio; in __imx274_change_compose()
911 *height = cur_crop->height / best_mode->bin_ratio; in __imx274_change_compose()