Searched defs:audio_buf (Results 1 – 3 of 3) sorted by relevance
42 SndDoubleBufferPtr audio_buf[2]; member48 #define audio_buf (this->hidden->audio_buf) macro
117 static int MS_ADPCM_decode(Uint8 **audio_buf, Uint32 *audio_len) in MS_ADPCM_decode()327 static int IMA_ADPCM_decode(Uint8 **audio_buf, Uint32 *audio_len) in IMA_ADPCM_decode()397 SDL_AudioSpec *spec, Uint8 **audio_buf, Uint32 *audio_len) in SDL_LoadWAV_RW()575 void SDL_FreeWAV(Uint8 *audio_buf) in SDL_FreeWAV()
193 #define SDL_LoadWAV(file, spec, audio_buf, audio_len) \ argument