Home
last modified time | relevance | path

Searched refs:vsp1_entity_get_pad_selection (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_histo.c222 crop = vsp1_entity_get_pad_selection(&histo->entity, config, in histo_get_selection()
243 sel->r = *vsp1_entity_get_pad_selection(&histo->entity, config, in histo_get_selection()
276 selection = vsp1_entity_get_pad_selection(&histo->entity, sd_state, in histo_set_crop()
280 selection = vsp1_entity_get_pad_selection(&histo->entity, sd_state, in histo_set_crop()
305 crop = vsp1_entity_get_pad_selection(&histo->entity, sd_state, in histo_set_compose()
332 compose = vsp1_entity_get_pad_selection(&histo->entity, sd_state, in histo_set_compose()
H A Dvsp1_uif.c117 sel->r = *vsp1_entity_get_pad_selection(&uif->entity, config, in uif_get_selection()
165 selection = vsp1_entity_get_pad_selection(&uif->entity, config, in uif_set_selection()
209 crop = vsp1_entity_get_pad_selection(entity, entity->config, in uif_configure_stream()
H A Dvsp1_hgt.c142 crop = vsp1_entity_get_pad_selection(entity, entity->config, in hgt_configure_stream()
144 compose = vsp1_entity_get_pad_selection(entity, entity->config, in hgt_configure_stream()
H A Dvsp1_hgo.c143 crop = vsp1_entity_get_pad_selection(entity, entity->config, in hgo_configure_stream()
145 compose = vsp1_entity_get_pad_selection(entity, entity->config, in hgo_configure_stream()
H A Dvsp1_entity.c160 vsp1_entity_get_pad_selection(struct vsp1_entity *entity, in vsp1_entity_get_pad_selection() function
411 selection = vsp1_entity_get_pad_selection(entity, config, fmt->pad, in vsp1_subdev_set_pad_format()
418 selection = vsp1_entity_get_pad_selection(entity, config, fmt->pad, in vsp1_subdev_set_pad_format()
H A Dvsp1_entity.h146 vsp1_entity_get_pad_selection(struct vsp1_entity *entity,
H A Dvsp1_rpf.c160 compose = vsp1_entity_get_pad_selection(pipe->brx, in rpf_configure_stream()