Home
last modified time | relevance | path

Searched refs:tgt_crop (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dimx274.c1049 struct v4l2_rect *tgt_crop; in imx274_set_selection_crop() local
1083 tgt_crop = &cfg->try_crop; in imx274_set_selection_crop()
1085 tgt_crop = &imx274->crop; in imx274_set_selection_crop()
1089 size_changed = (new_crop.width != tgt_crop->width || in imx274_set_selection_crop()
1090 new_crop.height != tgt_crop->height); in imx274_set_selection_crop()
1092 /* __imx274_change_compose needs the new size in *tgt_crop */ in imx274_set_selection_crop()
1093 *tgt_crop = new_crop; in imx274_set_selection_crop()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dimx274.c1184 struct v4l2_rect *tgt_crop; in imx274_set_selection_crop() local
1218 tgt_crop = &sd_state->pads->try_crop; in imx274_set_selection_crop()
1220 tgt_crop = &imx274->crop; in imx274_set_selection_crop()
1224 size_changed = (new_crop.width != tgt_crop->width || in imx274_set_selection_crop()
1225 new_crop.height != tgt_crop->height); in imx274_set_selection_crop()
1227 /* __imx274_change_compose needs the new size in *tgt_crop */ in imx274_set_selection_crop()
1228 *tgt_crop = new_crop; in imx274_set_selection_crop()

Completed in 6 milliseconds