Searched refs:output_context_t (Results 1 – 1 of 1) sorted by relevance
40 typedef struct output_context_s output_context_t; typedef51 int (*start)(effect_context_t *context, output_context_t *output);52 int (*stop)(effect_context_t *context, output_context_t *output);78 } output_context_t; typedef216 output_context_t *get_output(audio_io_handle_t output) { in get_output()220 output_context_t *out_ctxt = node_to_item(node, in get_output()221 output_context_t, in get_output()230 void add_effect_to_output(output_context_t * output, effect_context_t *context) { in add_effect_to_output()245 void remove_effect_from_output(output_context_t * output, effect_context_t *context) { in remove_effect_from_output()266 output_context_t *out_ctxt = node_to_item(out_node, in effects_enabled()[all …]