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;
72 struct effect_context_s { struct73 const struct effect_interface_s *itfe;74 struct listnode effects_list_node; /* node in created_effects_list */75 struct listnode output_node; /* node in output_context_t.effects_list */76 effect_config_t config;77 const effect_descriptor_t *desc;78 audio_io_handle_t out_handle; /* io handle of the output the effect is attached to */79 uint32_t state;80 bool offload_enabled; /* when offload is enabled we process VISUALIZER_CMD_CAPTURE command.83 effect_ops_t ops;