|
SSBM Decomp
|
#include <macros.h>#include "__gx.h"#include <dolphin/ai.h>#include <dolphin/gx.h>#include <dolphin/hw_regs.h>#include <dolphin/os.h>Data Structures | |
| struct | STRUCT_TIMELOG |
Variables | |
| static AISCallback | __AIS_Callback |
| static AIDCallback | __AID_Callback |
| static u8 * | __CallbackStack |
| static u8 * | __OldStack |
| static BOOL | __AI_init_flag |
| static OSTime | bound_32KHz |
| static OSTime | bound_48KHz |
| static OSTime | min_wait |
| static OSTime | max_wait |
| static OSTime | buffer |
| struct STRUCT_TIMELOG | profile |
| OSTime | __ai_src_time_end |
| OSTime | __ai_src_time_start |
| void __AI_DEBUG_set_stream_sample_rate | ( | u32 | rate | ) |
| struct STRUCT_TIMELOG * __ai_src_get_time | ( | void | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
| AIDCallback AIRegisterDMACallback | ( | AIDCallback | callback | ) |
| BOOL AIGetDMAEnableFlag | ( | void | ) |
| void AIStartDMA | ( | void | ) |
| void AIStopDMA | ( | void | ) |
| u32 AIGetDMABytesLeft | ( | void | ) |
| u32 AIGetDMAStartAddr | ( | void | ) |
| u32 AIGetDMALength | ( | void | ) |
| BOOL AICheckInit | ( | void | ) |
| AISCallback AIRegisterStreamCallback | ( | AISCallback | callback | ) |
| u32 AIGetStreamSampleCount | ( | void | ) |
| void AIResetStreamSampleCount | ( | void | ) |
| void AISetStreamTrigger | ( | u32 | trigger | ) |
| u32 AIGetStreamTrigger | ( | void | ) |
| void AISetStreamPlayState | ( | u32 | state | ) |
| u32 AIGetStreamPlayState | ( | void | ) |
| void AISetDSPSampleRate | ( | u32 | rate | ) |
| u32 AIGetDSPSampleRate | ( | void | ) |
| void AISetStreamSampleRate | ( | u32 | rate | ) |
| u32 AIGetStreamSampleRate | ( | void | ) |
| void AISetStreamVolLeft | ( | u8 | vol | ) |
| u8 AIGetStreamVolLeft | ( | void | ) |
| void AISetStreamVolRight | ( | u8 | vol | ) |
| u8 AIGetStreamVolRight | ( | void | ) |
| void AIInit | ( | u8 * | stack | ) |
| void AIReset | ( | void | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| struct STRUCT_TIMELOG profile |
| OSTime __ai_src_time_end |
| OSTime __ai_src_time_start |