Lines Matching refs:selection
364 struct v4l2_rect *selection; in vsp1_subdev_set_pad_format() local
408 selection = vsp1_entity_get_pad_selection(entity, config, fmt->pad, in vsp1_subdev_set_pad_format()
410 selection->left = 0; in vsp1_subdev_set_pad_format()
411 selection->top = 0; in vsp1_subdev_set_pad_format()
412 selection->width = format->width; in vsp1_subdev_set_pad_format()
413 selection->height = format->height; in vsp1_subdev_set_pad_format()
415 selection = vsp1_entity_get_pad_selection(entity, config, fmt->pad, in vsp1_subdev_set_pad_format()
417 selection->left = 0; in vsp1_subdev_set_pad_format()
418 selection->top = 0; in vsp1_subdev_set_pad_format()
419 selection->width = format->width; in vsp1_subdev_set_pad_format()
420 selection->height = format->height; in vsp1_subdev_set_pad_format()