Lines Matching refs:comp
1688 struct v4l2_rect *comp, *crops[SMIAPP_PADS]; in smiapp_propagate() local
1690 smiapp_get_crop_compose(subdev, cfg, crops, &comp, which); in smiapp_propagate()
1694 comp->width = crops[SMIAPP_PAD_SINK]->width; in smiapp_propagate()
1695 comp->height = crops[SMIAPP_PAD_SINK]->height; in smiapp_propagate()
1710 *crops[SMIAPP_PAD_SRC] = *comp; in smiapp_propagate()
1884 struct v4l2_rect *comp) in smiapp_set_compose_binner() argument
1932 struct v4l2_rect *comp) in smiapp_set_compose_scaler() argument
2050 struct v4l2_rect *comp, *crops[SMIAPP_PADS]; in smiapp_set_compose() local
2052 smiapp_get_crop_compose(subdev, cfg, crops, &comp, sel->which); in smiapp_set_compose()
2058 smiapp_set_compose_binner(subdev, cfg, sel, crops, comp); in smiapp_set_compose()
2060 smiapp_set_compose_scaler(subdev, cfg, sel, crops, comp); in smiapp_set_compose()
2062 *comp = sel->r; in smiapp_set_compose()
2173 struct v4l2_rect *comp, *crops[SMIAPP_PADS]; in __smiapp_get_selection() local
2181 smiapp_get_crop_compose(subdev, cfg, crops, &comp, sel->which); in __smiapp_get_selection()
2207 sel->r = *comp; in __smiapp_get_selection()
2215 sel->r = *comp; in __smiapp_get_selection()