Searched refs:SDL_AudioCVT (Results 1 - 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_audio.h126 typedef struct SDL_AudioCVT { struct
136 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format);
138 } SDL_AudioCVT; typedef in typeref:struct:SDL_AudioCVT
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/
H A DSDL_audiocvt.c30 void SDLCALL SDL_ConvertMono(SDL_AudioCVT *cvt, Uint16 format)
137 void SDLCALL SDL_ConvertStrip(SDL_AudioCVT *cvt, Uint16 format)
253 void SDLCALL SDL_ConvertStrip_2(SDL_AudioCVT *cvt, Uint16 format)
368 void SDLCALL SDL_ConvertStereo(SDL_AudioCVT *cvt, Uint16 format)
406 void SDLCALL SDL_ConvertSurround(SDL_AudioCVT *cvt, Uint16 format)
583 void SDLCALL SDL_ConvertSurround_4(SDL_AudioCVT *cvt, Uint16 format)
736 void SDLCALL SDL_Convert16LSB(SDL_AudioCVT *cvt, Uint16 format)
759 void SDLCALL SDL_Convert16MSB(SDL_AudioCVT *cvt, Uint16 format)
783 void SDLCALL SDL_Convert8(SDL_AudioCVT *cvt, Uint16 format)
809 void SDLCALL SDL_ConvertSign(SDL_AudioCVT *cv
[all...]
H A DSDL_sysaudio.h71 SDL_AudioCVT convert;

Completed in 92 milliseconds