Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/i2c/ccs/
Dccs-core.c2094 struct v4l2_rect **crops, in ccs_get_crop_compose() argument
2101 if (crops) in ccs_get_crop_compose()
2103 crops[i] = &ssd->crop[i]; in ccs_get_crop_compose()
2107 if (crops) { in ccs_get_crop_compose()
2109 crops[i] = v4l2_subdev_get_try_crop(subdev, in ccs_get_crop_compose()
2126 struct v4l2_rect *comp, *crops[CCS_PADS]; in ccs_propagate() local
2128 ccs_get_crop_compose(subdev, sd_state, crops, &comp, which); in ccs_propagate()
2132 comp->width = crops[CCS_PAD_SINK]->width; in ccs_propagate()
2133 comp->height = crops[CCS_PAD_SINK]->height; in ccs_propagate()
2146 *crops[CCS_PAD_SRC] = *comp; in ccs_propagate()
[all …]