|
SDL
2.0
|
Data Fields | |
| Uint32 | channels |
| size_t | blocksize |
| size_t | blockheadersize |
| size_t | samplesperblock |
| size_t | framesize |
| Sint64 | framestotal |
| Sint64 | framesleft |
| void * | ddata |
| void * | cstate |
| struct { | |
| Uint8 * data | |
| size_t size | |
| size_t pos | |
| } | input |
| struct { | |
| Uint8 * data | |
| size_t size | |
| size_t pos | |
| } | block |
| struct { | |
| Sint16 * data | |
| size_t size | |
| size_t pos | |
| } | output |
Definition at line 56 of file SDL_wave.c.
| struct { ... } ADPCM_DecoderState::block |
| size_t ADPCM_DecoderState::blockheadersize |
Definition at line 60 of file SDL_wave.c.
Referenced by IMA_ADPCM_CalculateSampleFrames(), IMA_ADPCM_Decode(), IMA_ADPCM_DecodeBlockHeader(), IMA_ADPCM_Init(), MS_ADPCM_CalculateSampleFrames(), MS_ADPCM_Decode(), MS_ADPCM_DecodeBlockHeader(), and MS_ADPCM_Init().
| size_t ADPCM_DecoderState::blocksize |
Definition at line 59 of file SDL_wave.c.
Referenced by IMA_ADPCM_Decode(), IMA_ADPCM_DecodeBlockData(), MS_ADPCM_Decode(), and MS_ADPCM_DecodeBlockData().
| Uint32 ADPCM_DecoderState::channels |
Definition at line 58 of file SDL_wave.c.
Referenced by IMA_ADPCM_Decode(), IMA_ADPCM_DecodeBlockData(), IMA_ADPCM_DecodeBlockHeader(), MS_ADPCM_Decode(), MS_ADPCM_DecodeBlockData(), and MS_ADPCM_DecodeBlockHeader().
| void* ADPCM_DecoderState::cstate |
Definition at line 66 of file SDL_wave.c.
Referenced by IMA_ADPCM_Decode(), IMA_ADPCM_DecodeBlockData(), IMA_ADPCM_DecodeBlockHeader(), MS_ADPCM_Decode(), MS_ADPCM_DecodeBlockData(), and MS_ADPCM_DecodeBlockHeader().
| Uint8* ADPCM_DecoderState::data |
Definition at line 70 of file SDL_wave.c.
Referenced by IMA_ADPCM_Decode(), IMA_ADPCM_DecodeBlockData(), IMA_ADPCM_DecodeBlockHeader(), MS_ADPCM_Decode(), MS_ADPCM_DecodeBlockData(), and MS_ADPCM_DecodeBlockHeader().
| Sint16* ADPCM_DecoderState::data |
Definition at line 84 of file SDL_wave.c.
| void* ADPCM_DecoderState::ddata |
Definition at line 65 of file SDL_wave.c.
Referenced by MS_ADPCM_Decode(), and MS_ADPCM_DecodeBlockHeader().
| size_t ADPCM_DecoderState::framesize |
Definition at line 62 of file SDL_wave.c.
Referenced by IMA_ADPCM_Decode(), and MS_ADPCM_Decode().
| Sint64 ADPCM_DecoderState::framesleft |
Definition at line 64 of file SDL_wave.c.
Referenced by IMA_ADPCM_Decode(), IMA_ADPCM_DecodeBlockData(), IMA_ADPCM_DecodeBlockHeader(), MS_ADPCM_Decode(), MS_ADPCM_DecodeBlockData(), and MS_ADPCM_DecodeBlockHeader().
| Sint64 ADPCM_DecoderState::framestotal |
Definition at line 63 of file SDL_wave.c.
Referenced by IMA_ADPCM_Decode(), and MS_ADPCM_Decode().
| struct { ... } ADPCM_DecoderState::input |
Referenced by IMA_ADPCM_Decode(), and MS_ADPCM_Decode().
| struct { ... } ADPCM_DecoderState::output |
| size_t ADPCM_DecoderState::pos |
Definition at line 72 of file SDL_wave.c.
Referenced by IMA_ADPCM_Decode(), IMA_ADPCM_DecodeBlockData(), IMA_ADPCM_DecodeBlockHeader(), MS_ADPCM_Decode(), MS_ADPCM_DecodeBlockData(), and MS_ADPCM_DecodeBlockHeader().
| size_t ADPCM_DecoderState::samplesperblock |
Definition at line 61 of file SDL_wave.c.
Referenced by IMA_ADPCM_Decode(), IMA_ADPCM_DecodeBlockData(), IMA_ADPCM_Init(), MS_ADPCM_Decode(), MS_ADPCM_DecodeBlockData(), and MS_ADPCM_Init().
| size_t ADPCM_DecoderState::size |
Definition at line 71 of file SDL_wave.c.
Referenced by IMA_ADPCM_Decode(), IMA_ADPCM_DecodeBlockData(), MS_ADPCM_Decode(), and MS_ADPCM_DecodeBlockData().