Home
last modified time | relevance | path

Searched refs:ptmpls (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Domc-learn.c2130 weed_plant_t **ptmpls; in write_fx_tag() local
2136 ptmpls = weed_filter_get_in_paramtmpls(filter, &ntmpls); in write_fx_tag()
2139 ptmpl = ptmpls[k]; in write_fx_tag()
2158 lives_free(ptmpls); in write_fx_tag()
2266 weed_plant_t **ptmpls; in omc_learner_decode() local
2273 ptmpls = weed_filter_get_in_paramtmpls(filter, &ntmpls); in omc_learner_decode()
2275 ptmpl = ptmpls[k]; in omc_learner_decode()
2302 lives_free(ptmpls); in omc_learner_decode()
H A Deffects-weed.c8714 lives_free(ptmpls); in has_perchannel_multiw()
8719 lives_free(ptmpls); in has_perchannel_multiw()
11885 if (!ptmpls) return TRUE; in write_filter_defaults()
11911 lives_freep((void **)&ptmpls); in write_filter_defaults()
11922 weed_plant_t *filter, **ptmpls; in read_filter_defaults() local
11983 ptmpls = NULL; in read_filter_defaults()
11991 if (ptmpls) lives_free(ptmpls); in read_filter_defaults()
11997 if (ptmpls) lives_free(ptmpls); in read_filter_defaults()
12012 if (ptmpls && weed_paramtmpl_value_irrelevant(ptmpls[pnum])) in read_filter_defaults()
12016 if (ptmpls) lives_free(ptmpls); in read_filter_defaults()
[all …]
H A Drte_window.c2600 weed_plant_t **ptmpls, **inp, **xinp; in rte_reset_defs_clicked() local
2629 ptmpls = weed_get_plantptr_array(filter, WEED_LEAF_IN_PARAMETER_TEMPLATES, NULL); in rte_reset_defs_clicked()
2631 …if (weed_plant_has_leaf(ptmpls[i], WEED_LEAF_HOST_DEFAULT)) weed_leaf_delete(ptmpls[i], WEED_LEAF_… in rte_reset_defs_clicked()
2633 lives_free(ptmpls); in rte_reset_defs_clicked()
H A Dmultitrack.c20722 weed_plant_t **ptmpls; in event_list_rectify() local
21191 ptmpls = weed_get_plantptr_array(filter, WEED_LEAF_IN_PARAMETER_TEMPLATES, NULL); in event_list_rectify()
21197 …if (weed_leaf_seed_type(event, WEED_LEAF_VALUE) != weed_leaf_seed_type(ptmpls[pnum], WEED_LEAF_DEF… in event_list_rectify()
21257 lives_free(ptmpls); in event_list_rectify()
23125 weed_plant_t **ptmpls; in mt_do_autotransition() local
23158 ptmpls = weed_filter_get_in_paramtmpls(filter, NULL); in mt_do_autotransition()
23159 ptm = ptmpls[tparam]; in mt_do_autotransition()
23319 lives_free(ptmpls); in mt_do_autotransition()