Searched refs:fx_ctxt (Results 1 – 1 of 1) sorted by relevance
206 effect_context_t *fx_ctxt = node_to_item(node, in effect_exists() local209 if (fx_ctxt == context) { in effect_exists()234 effect_context_t *fx_ctxt = node_to_item(fx_node, in add_effect_to_output() local237 if (fx_ctxt == context) in add_effect_to_output()249 effect_context_t *fx_ctxt = node_to_item(fx_node, in remove_effect_from_output() local252 if (fx_ctxt == context) { in remove_effect_from_output()271 effect_context_t *fx_ctxt = node_to_item(fx_node, in effects_enabled() local274 if (fx_ctxt->state == EFFECT_STATE_ACTIVE && fx_ctxt->ops.process != NULL) in effects_enabled()341 effect_context_t *fx_ctxt = node_to_item(fx_node, in effects_capture_thread_loop() local344 if (fx_ctxt->ops.process != NULL) in effects_capture_thread_loop()[all …]