Searched defs:effect_context_s (Results 1 – 1 of 1) sorted by relevance
60 struct effect_context_s { struct61 const struct effect_interface_s *itfe;62 struct listnode effects_list_node;63 struct listnode output_node;64 effect_config_t config;65 const effect_descriptor_t *desc;66 audio_io_handle_t out_handle; /* io handle of the output the effect is attached to */67 uint32_t state;68 bool offload_enabled; /* when offload is enabled we process VISUALIZER_CMD_CAPTURE command.71 effect_ops_t ops;