Lines Matching refs:selection
367 struct v4l2_rect *selection; in vsp1_subdev_set_pad_format() local
411 selection = vsp1_entity_get_pad_selection(entity, config, fmt->pad, in vsp1_subdev_set_pad_format()
413 selection->left = 0; in vsp1_subdev_set_pad_format()
414 selection->top = 0; in vsp1_subdev_set_pad_format()
415 selection->width = format->width; in vsp1_subdev_set_pad_format()
416 selection->height = format->height; in vsp1_subdev_set_pad_format()
418 selection = vsp1_entity_get_pad_selection(entity, config, fmt->pad, in vsp1_subdev_set_pad_format()
420 selection->left = 0; in vsp1_subdev_set_pad_format()
421 selection->top = 0; in vsp1_subdev_set_pad_format()
422 selection->width = format->width; in vsp1_subdev_set_pad_format()
423 selection->height = format->height; in vsp1_subdev_set_pad_format()