Searched defs:audio_len (Results 1 – 2 of 2) sorted by relevance
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()
193 #define SDL_LoadWAV(file, spec, audio_buf, audio_len) \ argument