Home
last modified time | relevance | path

Searched refs:is_audio_thread (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Deffects-data.h63 boolean pconx_chain_data(int key, int mode, boolean is_audio_thread);
H A Daudio.h225 …get_audio_from_plugin(float **fbuffer, int nchans, int arate, int nsamps, boolean is_audio_thread);
H A Deffects-weed.h230 …udio_effects_rt(weed_layer_t *alayer, ticks_t tc, boolean analysers_only, boolean is_audio_thread);
H A Deffects-data.c787 … weed_plant_t *sparam, boolean autoscale, boolean is_audio_thread, boolean * toggle_fx) { in pconx_convert_value_data() argument
1390 boolean pconx_chain_data(int key, int mode, boolean is_audio_thread) { in pconx_chain_data() argument
1460 … : inparam, okey, oparam, autoscale, is_audio_thread, &toggle_fx); in pconx_chain_data()
1463 if (is_audio_thread) { in pconx_chain_data()
H A Daudio.c3332 …et_audio_from_plugin(float **fbuffer, int nchans, int arate, int nsamps, boolean is_audio_thread) { in get_audio_from_plugin() argument
3412 …_reinit = pconx_chain_data(mainw->agen_key - 1, rte_key_getmode(mainw->agen_key), is_audio_thread); in get_audio_from_plugin()
H A Deffects-weed.c3743 …cts_rt(weed_layer_t *alayer, weed_timecode_t tc, boolean analysers_only, boolean is_audio_thread) { in weed_apply_audio_effects_rt() argument
3763 if (is_audio_thread) pconx_chain_data(i, key_modes[i], TRUE); in weed_apply_audio_effects_rt()
3792 if (mainw->pconx && is_audio_thread) { in weed_apply_audio_effects_rt()