Searched refs:crops (Results 1 – 1 of 1) sorted by relevance
2088 struct v4l2_rect **crops, in ccs_get_crop_compose() argument2095 if (crops) in ccs_get_crop_compose()2097 crops[i] = &ssd->crop[i]; in ccs_get_crop_compose()2101 if (crops) { in ccs_get_crop_compose()2103 crops[i] = v4l2_subdev_get_try_crop(subdev, in ccs_get_crop_compose()2120 struct v4l2_rect *comp, *crops[CCS_PADS]; in ccs_propagate() local2122 ccs_get_crop_compose(subdev, sd_state, crops, &comp, which); in ccs_propagate()2126 comp->width = crops[CCS_PAD_SINK]->width; in ccs_propagate()2127 comp->height = crops[CCS_PAD_SINK]->height; in ccs_propagate()2140 *crops[CCS_PAD_SRC] = *comp; in ccs_propagate()[all …]