Home
last modified time | relevance | path

Searched refs:run_process_func (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Deffects-weed.h159 lives_filter_error_t run_process_func(weed_plant_t *instance, weed_timecode_t tc, int key);
H A Deffects-weed.c1703 retval = run_process_func(inst, tc, key); in weed_apply_instance()
2622 retval = run_process_func(inst, tc, key); in weed_apply_instance()
2799 lives_filter_error_t run_process_func(weed_plant_t *instance, weed_timecode_t tc, int key) { in run_process_func() function
2965 retval = run_process_func(inst, tc, key); in weed_apply_audio_instance_inner()
3075 retval = run_process_func(instance, tc, key); in weed_apply_audio_instance()
H A Daudio.c3423 retval = run_process_func(inst, tc, mainw->agen_key); in get_audio_from_plugin()