Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/i2c/ccs/
Dccs-core.c2086 struct v4l2_rect **crops, in ccs_get_crop_compose() argument
2093 if (crops) in ccs_get_crop_compose()
2095 crops[i] = &ssd->crop[i]; in ccs_get_crop_compose()
2099 if (crops) { in ccs_get_crop_compose()
2101 crops[i] = v4l2_subdev_get_try_crop(subdev, in ccs_get_crop_compose()
2118 struct v4l2_rect *comp, *crops[CCS_PADS]; in ccs_propagate() local
2120 ccs_get_crop_compose(subdev, sd_state, crops, &comp, which); in ccs_propagate()
2124 comp->width = crops[CCS_PAD_SINK]->width; in ccs_propagate()
2125 comp->height = crops[CCS_PAD_SINK]->height; in ccs_propagate()
2138 *crops[CCS_PAD_SRC] = *comp; in ccs_propagate()
[all …]