Lines Matching full:selection
149 * vsp1_entity_get_pad_selection - Get a pad selection from storage for entity
153 * @target: the selection target
155 * Return the selection rectangle stored in the given configuration for an
157 * selection target can be COMPOSE or CROP.
368 struct v4l2_rect *selection; in vsp1_subdev_set_pad_format() local
412 selection = vsp1_entity_get_pad_selection(entity, config, fmt->pad, in vsp1_subdev_set_pad_format()
414 selection->left = 0; in vsp1_subdev_set_pad_format()
415 selection->top = 0; in vsp1_subdev_set_pad_format()
416 selection->width = format->width; in vsp1_subdev_set_pad_format()
417 selection->height = format->height; in vsp1_subdev_set_pad_format()
419 selection = vsp1_entity_get_pad_selection(entity, config, fmt->pad, in vsp1_subdev_set_pad_format()
421 selection->left = 0; in vsp1_subdev_set_pad_format()
422 selection->top = 0; in vsp1_subdev_set_pad_format()
423 selection->width = format->width; in vsp1_subdev_set_pad_format()
424 selection->height = format->height; in vsp1_subdev_set_pad_format()
675 * Allocate the pad configuration to store formats and selection in vsp1_entity_init()