Lines Matching refs:selection
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()