Home
last modified time | relevance | path

Searched refs:weed_get_plantptr_array_counted (Results 1 – 11 of 11) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dweed-effects-utils.c248 return weed_get_plantptr_array_counted(filter, WEED_LEAF_IN_CHANNEL_TEMPLATES, ntmpls); in weed_filter_get_in_chantmpls()
254 return weed_get_plantptr_array_counted(filter, WEED_LEAF_OUT_CHANNEL_TEMPLATES, ntmpls); in weed_filter_get_out_chantmpls()
260 return weed_get_plantptr_array_counted(filter, WEED_LEAF_IN_PARAMETER_TEMPLATES, ntmpls); in weed_filter_get_in_paramtmpls()
266 return weed_get_plantptr_array_counted(filter, WEED_LEAF_OUT_PARAMETER_TEMPLATES, ntmpls); in weed_filter_get_out_paramtmpls()
593 return weed_get_plantptr_array_counted(instance, WEED_LEAF_IN_CHANNELS, nchans); in weed_instance_get_in_channels()
599 return weed_get_plantptr_array_counted(instance, WEED_LEAF_OUT_CHANNELS, nchans); in weed_instance_get_out_channels()
605 return weed_get_plantptr_array_counted(instance, WEED_LEAF_IN_PARAMETERS, nparams); in weed_instance_get_in_params()
611 return weed_get_plantptr_array_counted(instance, WEED_LEAF_OUT_PARAMETERS, nparams); in weed_instance_get_out_params()
H A Deffects-weed.c2723 channels = weed_get_plantptr_array_counted(inst, WEED_LEAF_IN_CHANNELS, &num_channels); in enable_disable_channels()
2725 channels = weed_get_plantptr_array_counted(inst, WEED_LEAF_OUT_CHANNELS, &num_channels); in enable_disable_channels()
3135 in_channels = weed_get_plantptr_array_counted(instance, WEED_LEAF_IN_CHANNELS, &numinchans); in weed_apply_audio_instance()
4005 channels = weed_get_plantptr_array_counted(plant, WEED_LEAF_IN_CHANNELS, &num_channels); in enabled_in_channels()
4052 channels = weed_get_plantptr_array_counted(plant, WEED_LEAF_OUT_CHANNELS, &num_channels); in enabled_out_channels()
5267 plants = weed_get_plantptr_array_counted(filter, WEED_LEAF_IN_PARAMETER_TEMPLATES, &nitems); in weed_filter_free()
5286 plants = weed_get_plantptr_array_counted(filter, WEED_LEAF_IN_CHANNEL_TEMPLATES, &nitems); in weed_filter_free()
5295 plants = weed_get_plantptr_array_counted(filter, WEED_LEAF_OUT_CHANNEL_TEMPLATES, &nitems); in weed_filter_free()
7638 out_channels = weed_get_plantptr_array_counted(inst, WEED_LEAF_OUT_CHANNELS, &num_channels); in weed_layer_create_from_generator()
8012 out_channels = weed_get_plantptr_array_counted(inst, WEED_LEAF_OUT_CHANNELS, &num_channels); in weed_generator_start()
[all …]
H A Devents.c2672 …in_ptmpls = weed_get_plantptr_array_counted(filter, WEED_LEAF_IN_PARAMETER_TEMPLATES, &num_params); in filter_init_add_pchanges()
2760 …ctmpl = weed_get_plantptr_array_counted(filter, WEED_LEAF_IN_CHANNEL_TEMPLATES, &total_in_channels… in append_filter_init_event()
2805 …ctmpl = weed_get_plantptr_array_counted(filter, WEED_LEAF_OUT_CHANNEL_TEMPLATES, &total_out_channe… in append_filter_init_event()
3349 …citmpl = weed_get_plantptr_array_counted(filter, WEED_LEAF_IN_CHANNEL_TEMPLATES, &num_in_channels); in process_events()
3364 …cotmpl = weed_get_plantptr_array_counted(filter, WEED_LEAF_OUT_CHANNEL_TEMPLATES, &num_out_channel… in process_events()
4199 …citmpl = weed_get_plantptr_array_counted(filter, WEED_LEAF_IN_CHANNEL_TEMPLATES, &num_in_channels); in render_events()
4217 …cotmpl = weed_get_plantptr_array_counted(filter, WEED_LEAF_OUT_CHANNEL_TEMPLATES, &num_out_channel… in render_events()
H A Dparamwindow.c444 …weed_plant_t **ctmpls = weed_get_plantptr_array_counted(filter, WEED_LEAF_OUT_CHANNEL_TEMPLATES, &… in add_sizes()
H A Deffects-data.c1420 inparams = weed_get_plantptr_array_counted(inst, WEED_LEAF_IN_PARAMETERS, &nparams); in pconx_chain_data()
H A Dosc.c3991 out_ptmpls = weed_get_plantptr_array_counted(filter, WEED_LEAF_OUT_PARAMETER_TEMPLATES, &nparams); in lives_osc_cb_rte_getoparamcspace()
H A Dmultitrack.c5476 in_channels = weed_get_plantptr_array_counted(inst, WEED_LEAF_IN_CHANNELS, &num_in); in set_audio_filter_channel_values()
5484 out_channels = weed_get_plantptr_array_counted(inst, WEED_LEAF_OUT_CHANNELS, &num_out); in set_audio_filter_channel_values()
H A Dcolourspace.c12034 params = weed_get_plantptr_array_counted(inst, type, &nparms); in gamma_conv_params()
/dports/multimedia/lives/lives-3.2.0/libweed/
H A Dweed-utils.h114 weed_plant_t **weed_get_plantptr_array_counted(weed_plant_t *, const char *key, int *count);
304 FN_TYPE weed_plant_t **weed_get_plantptr_array_counted(weed_plant_t *plant, const char *key, int *c… in weed_get_plantptr_array_counted() function
H A Dweed-utils.c371 weed_plant_t **weed_get_plantptr_array_counted(weed_plant_t *plant, const char *key, int *count) { in weed_get_plantptr_array_counted() function
/dports/multimedia/lives/lives-3.2.0/lives-plugins/weed-plugins/
H A Dweed-plugin-utils.c555 return weed_get_plantptr_array_counted(instance, WEED_LEAF_IN_CHANNELS, nchans); in weed_get_in_channels()
558 return weed_get_plantptr_array_counted(instance, WEED_LEAF_OUT_CHANNELS, nchans); in weed_get_out_channels()
561 return weed_get_plantptr_array_counted(instance, WEED_LEAF_IN_PARAMETERS, nparams); in weed_get_in_params()
564 return weed_get_plantptr_array_counted(instance, WEED_LEAF_OUT_PARAMETERS, nparams); in weed_get_out_params()