Lines Matching full:effects
34 // This class will manage all effects attached to input and output streams in
49 // managing audio effects.
51 // Return a list of effect descriptors for default input effects
57 // Add all input effects associated with this input
58 // Effects are attached depending on the audio_source_t
63 // Add all input effects associated to this input
68 // Return a list of effect descriptors for default output effects
74 // Add all output effects associated to this output
75 // Effects are attached depending on the audio_stream_type_t
80 // release all output effects associated with this output stream and audiosession
87 // class to store the description of an effects and its parameters
141 // Enable or disable all effects in effect vector
161 // Load all effects descriptors in configuration file
162 status_t loadEffects(cnode *root, Vector <EffectDesc *>& effects);
166 status_t loadInputEffectConfigurations(cnode *root, const Vector <EffectDesc *>& effects);
167 status_t loadStreamEffectConfigurations(cnode *root, const Vector <EffectDesc *>& effects);
168 EffectDescVector *loadEffectConfig(cnode *root, const Vector <EffectDesc *>& effects);
184 // Automatic input effects are configured per audio_source_t
186 // Automatic input effects are unique for audio_io_handle_t
189 // Automatic output effects are organized per audio_stream_type_t
191 // Automatic output effects are unique for audiosession ID