|
Audacious $Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
#include <glib.h>#include "debug.h"#include "effect.h"#include "playback.h"#include "plugin.h"#include "plugins.h"Go to the source code of this file.
| static gint effect_compare | ( | RunningEffect * | a, |
| RunningEffect * | b | ||
| ) | [static] |
Definition at line 164 of file effect.c.
Referenced by effect_insert().
| static void effect_enable | ( | PluginHandle * | plugin, |
| EffectPlugin * | ep, | ||
| gboolean | enable | ||
| ) | [static] |
Definition at line 219 of file effect.c.
Referenced by effect_plugin_start(), and effect_plugin_stop().
| static gint effect_find_cb | ( | RunningEffect * | effect, |
| PluginHandle * | plugin | ||
| ) | [static] |
Definition at line 159 of file effect.c.
Referenced by effect_insert(), and effect_remove().
| void effect_finish | ( | gfloat ** | data, |
| gint * | samples | ||
| ) |
Definition at line 124 of file effect.c.
Referenced by write_buffers().
| void effect_flush | ( | void | ) |
Definition at line 114 of file effect.c.
Referenced by close_audio(), and flush().
| static void effect_insert | ( | PluginHandle * | plugin, |
| EffectPlugin * | header | ||
| ) | [static] |
Definition at line 169 of file effect.c.
Referenced by effect_enable().
Definition at line 146 of file effect.c.
Referenced by get_output_time().
| gboolean effect_plugin_start | ( | PluginHandle * | plugin | ) |
| void effect_plugin_stop | ( | PluginHandle * | plugin | ) |
| void effect_process | ( | gfloat ** | data, |
| gint * | samples | ||
| ) |
Definition at line 104 of file effect.c.
Referenced by write_audio().
| static void effect_process_cb | ( | RunningEffect * | effect, |
| EffectProcessState * | state | ||
| ) | [static] |
Definition at line 89 of file effect.c.
Referenced by effect_process().
| static void effect_remove | ( | PluginHandle * | plugin | ) | [static] |
Definition at line 208 of file effect.c.
Referenced by effect_enable().
Definition at line 64 of file effect.c.
Referenced by open_audio().
| static gboolean effect_start_cb | ( | PluginHandle * | plugin, |
| EffectStartState * | state | ||
| ) | [static] |
Definition at line 45 of file effect.c.
Referenced by effect_start().
gint input_channels [static] |
Definition at line 39 of file effect.c.
Referenced by effect_insert(), and effect_start().
Definition at line 39 of file effect.c.
Referenced by effect_insert(), and effect_start().
GStaticMutex mutex = G_STATIC_MUTEX_INIT [static] |
Definition at line 37 of file effect.c.
Referenced by effect_decoder_to_output_time(), effect_enable(), effect_finish(), effect_flush(), effect_output_to_decoder_time(), effect_process(), and effect_start().
GList* running_effects = NULL [static] |
Definition at line 38 of file effect.c.
Referenced by effect_decoder_to_output_time(), effect_finish(), effect_flush(), effect_insert(), effect_output_to_decoder_time(), effect_process(), effect_process_cb(), effect_remove(), effect_start(), and effect_start_cb().
1.7.4