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.
365 struct v4l2_rect *selection; in vsp1_subdev_set_pad_format() local
409 selection = vsp1_entity_get_pad_selection(entity, config, fmt->pad, in vsp1_subdev_set_pad_format()
411 selection->left = 0; in vsp1_subdev_set_pad_format()
412 selection->top = 0; in vsp1_subdev_set_pad_format()
413 selection->width = format->width; in vsp1_subdev_set_pad_format()
414 selection->height = format->height; in vsp1_subdev_set_pad_format()
416 selection = vsp1_entity_get_pad_selection(entity, config, fmt->pad, in vsp1_subdev_set_pad_format()
418 selection->left = 0; in vsp1_subdev_set_pad_format()
419 selection->top = 0; in vsp1_subdev_set_pad_format()
420 selection->width = format->width; in vsp1_subdev_set_pad_format()
421 selection->height = format->height; in vsp1_subdev_set_pad_format()
672 * Allocate the pad configuration to store formats and selection in vsp1_entity_init()