Lines Matching full:selection
148 * vsp1_entity_get_pad_selection - Get a pad selection from storage for entity
152 * @target: the selection target
154 * Return the selection rectangle stored in the given configuration for an
156 * selection target can be COMPOSE or CROP.
337 struct v4l2_rect *selection; in vsp1_subdev_set_pad_format() local
381 selection = vsp1_entity_get_pad_selection(entity, state, fmt->pad, in vsp1_subdev_set_pad_format()
383 selection->left = 0; in vsp1_subdev_set_pad_format()
384 selection->top = 0; in vsp1_subdev_set_pad_format()
385 selection->width = format->width; in vsp1_subdev_set_pad_format()
386 selection->height = format->height; in vsp1_subdev_set_pad_format()
388 selection = vsp1_entity_get_pad_selection(entity, state, fmt->pad, in vsp1_subdev_set_pad_format()
390 selection->left = 0; in vsp1_subdev_set_pad_format()
391 selection->top = 0; in vsp1_subdev_set_pad_format()
392 selection->width = format->width; in vsp1_subdev_set_pad_format()
393 selection->height = format->height; in vsp1_subdev_set_pad_format()
669 * Allocate the subdev state to store formats and selection in vsp1_entity_init()