|
SSBM Decomp
|
#include <dolphin/types.h>Go to the source code of this file.
Data Structures | |
| struct | AXFX_REVSTD_DELAYLINE |
| struct | AXFX_REVSTD_WORK |
| struct | AXFX_REVERBSTD |
| struct | AXFX_BUFFERUPDATE |
| struct | AXFX_REVHI_DELAYLINE |
| struct | AXFX_REVHI_WORK |
| struct | AXFX_REVERBHI |
| struct | AXFX_DELAY |
| struct | AXFX_CHORUS_SRCINFO |
| struct | AXFX_CHORUS_WORK |
| struct | AXFX_CHORUS |
Functions | |
| int | AXFXChorusInit (struct AXFX_CHORUS *c) |
| int | AXFXChorusShutdown (struct AXFX_CHORUS *c) |
| int | AXFXChorusSettings (struct AXFX_CHORUS *c) |
| void | AXFXChorusCallback (struct AXFX_BUFFERUPDATE *bufferUpdate, struct AXFX_CHORUS *chorus) |
| void | AXFXDelayCallback (struct AXFX_BUFFERUPDATE *bufferUpdate, struct AXFX_DELAY *delay) |
| int | AXFXDelaySettings (struct AXFX_DELAY *delay) |
| int | AXFXDelayInit (struct AXFX_DELAY *delay) |
| int | AXFXDelayShutdown (struct AXFX_DELAY *delay) |
| void | DoCrossTalk (long *l, long *r, float cross, float invcross) |
| int | AXFXReverbHiInit (struct AXFX_REVERBHI *rev) |
| int | AXFXReverbHiShutdown (struct AXFX_REVERBHI *rev) |
| int | AXFXReverbHiSettings (struct AXFX_REVERBHI *rev) |
| void | AXFXReverbHiCallback (struct AXFX_BUFFERUPDATE *bufferUpdate, struct AXFX_REVERBHI *reverb) |
| int | AXFXReverbStdInit (struct AXFX_REVERBSTD *rev) |
| int | AXFXReverbStdShutdown (struct AXFX_REVERBSTD *rev) |
| int | AXFXReverbStdSettings (struct AXFX_REVERBSTD *rev) |
| void | AXFXReverbStdCallback (struct AXFX_BUFFERUPDATE *bufferUpdate, struct AXFX_REVERBSTD *reverb) |
| void * | AXFXAllocFunction (unsigned long size) |
| void | AXFXFreeFunction (void *ptr) |
| void | AXFXSetHooks (void *(*alloc_hook)(unsigned long), void(*free_hook)(void *)) |
Variables | |
| void *(* | __AXFXAlloc )(unsigned long) |
| void(* | __AXFXFree )(void *) |
| int AXFXChorusInit | ( | struct AXFX_CHORUS * | c | ) |
| int AXFXChorusShutdown | ( | struct AXFX_CHORUS * | c | ) |
| int AXFXChorusSettings | ( | struct AXFX_CHORUS * | c | ) |
| void AXFXChorusCallback | ( | struct AXFX_BUFFERUPDATE * | bufferUpdate, |
| struct AXFX_CHORUS * | chorus ) |
| void AXFXDelayCallback | ( | struct AXFX_BUFFERUPDATE * | bufferUpdate, |
| struct AXFX_DELAY * | delay ) |
| int AXFXDelaySettings | ( | struct AXFX_DELAY * | delay | ) |
| int AXFXDelayInit | ( | struct AXFX_DELAY * | delay | ) |
| int AXFXDelayShutdown | ( | struct AXFX_DELAY * | delay | ) |
| void DoCrossTalk | ( | long * | l, |
| long * | r, | ||
| float | cross, | ||
| float | invcross ) |
| int AXFXReverbHiInit | ( | struct AXFX_REVERBHI * | rev | ) |
| int AXFXReverbHiShutdown | ( | struct AXFX_REVERBHI * | rev | ) |
| int AXFXReverbHiSettings | ( | struct AXFX_REVERBHI * | rev | ) |
| void AXFXReverbHiCallback | ( | struct AXFX_BUFFERUPDATE * | bufferUpdate, |
| struct AXFX_REVERBHI * | reverb ) |
| int AXFXReverbStdInit | ( | struct AXFX_REVERBSTD * | rev | ) |
| int AXFXReverbStdShutdown | ( | struct AXFX_REVERBSTD * | rev | ) |
| int AXFXReverbStdSettings | ( | struct AXFX_REVERBSTD * | rev | ) |
| void AXFXReverbStdCallback | ( | struct AXFX_BUFFERUPDATE * | bufferUpdate, |
| struct AXFX_REVERBSTD * | reverb ) |
| void * AXFXAllocFunction | ( | unsigned long | size | ) |
| void AXFXFreeFunction | ( | void * | ptr | ) |
| void AXFXSetHooks | ( | void *(* | alloc_hook )(unsigned long), |
| void(* | free_hook )(void *) ) |
|
extern |
|
extern |