Searched defs:effect_context_s (Results 1 – 2 of 2) sorted by relevance
70 struct effect_context_s { struct71 const struct effect_interface_s *itfe;73 struct listnode effects_list_node;75 struct listnode output_node;76 effect_config_t config;77 const effect_descriptor_t *desc;79 audio_io_handle_t out_handle;80 uint32_t state;81 bool offload_enabled;82 effect_ops_t ops;
70 struct effect_context_s { struct71 const struct effect_interface_s *itfe;72 struct listnode effects_list_node; /* node in created_effects_list */73 struct listnode output_node; /* node in output_context_t.effects_list */74 effect_config_t config;75 const effect_descriptor_t *desc;76 audio_io_handle_t out_handle; /* io handle of the output the effect is attached to */77 uint32_t state;78 bool offload_enabled; /* when offload is enabled we process VISUALIZER_CMD_CAPTURE command.81 effect_ops_t ops;