Searched refs:SDL_AudioCVT (Results 1 – 4 of 4) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/include/ |
D | SDL_audio.h | 126 typedef struct SDL_AudioCVT { struct 136 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format); argument 138 } SDL_AudioCVT; argument 234 extern DECLSPEC int SDLCALL SDL_BuildAudioCVT(SDL_AudioCVT *cvt, 247 extern DECLSPEC int SDLCALL SDL_ConvertAudio(SDL_AudioCVT *cvt);
|
/external/qemu/distrib/sdl-1.2.15/src/audio/ |
D | SDL_audiocvt.c | 30 void SDLCALL SDL_ConvertMono(SDL_AudioCVT *cvt, Uint16 format) in SDL_ConvertMono() 137 void SDLCALL SDL_ConvertStrip(SDL_AudioCVT *cvt, Uint16 format) in SDL_ConvertStrip() 253 void SDLCALL SDL_ConvertStrip_2(SDL_AudioCVT *cvt, Uint16 format) in SDL_ConvertStrip_2() 368 void SDLCALL SDL_ConvertStereo(SDL_AudioCVT *cvt, Uint16 format) in SDL_ConvertStereo() 406 void SDLCALL SDL_ConvertSurround(SDL_AudioCVT *cvt, Uint16 format) in SDL_ConvertSurround() 583 void SDLCALL SDL_ConvertSurround_4(SDL_AudioCVT *cvt, Uint16 format) in SDL_ConvertSurround_4() 736 void SDLCALL SDL_Convert16LSB(SDL_AudioCVT *cvt, Uint16 format) in SDL_Convert16LSB() 759 void SDLCALL SDL_Convert16MSB(SDL_AudioCVT *cvt, Uint16 format) in SDL_Convert16MSB() 783 void SDLCALL SDL_Convert8(SDL_AudioCVT *cvt, Uint16 format) in SDL_Convert8() 809 void SDLCALL SDL_ConvertSign(SDL_AudioCVT *cvt, Uint16 format) in SDL_ConvertSign() [all …]
|
D | SDL_sysaudio.h | 71 SDL_AudioCVT convert;
|
/external/qemu/distrib/sdl-1.2.15/ |
D | WhatsNew | 529 A new member "len_ratio" has been added to the SDL_AudioCVT structure,
|