Searched defs:effect_context_s (Results 1 – 4 of 4) 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;
73 struct effect_context_s { struct74 const struct effect_interface_s *itfe;76 struct listnode effects_list_node;78 struct listnode output_node;79 effect_config_t config;80 const effect_descriptor_t *desc;82 audio_io_handle_t out_handle;83 uint32_t state;84 bool offload_enabled;85 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;
60 struct effect_context_s { struct61 const struct effect_interface_s *itfe;62 struct listnode effects_list_node; /* node in created_effects_list */63 struct listnode output_node; /* node in output_context_t.effects_list */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;