HomeSort by relevance Sort by last modified time
    Searched defs:SDL_AudioCVT (Results 1 - 5 of 5) sorted by null

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_audio.h 81 typedef struct SDL_AudioCVT {
91 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format);
93 } SDL_AudioCVT;
208 extern DECLSPEC int SDLCALL SDL_BuildAudioCVT(SDL_AudioCVT *cvt,
220 extern DECLSPEC int SDLCALL SDL_ConvertAudio(SDL_AudioCVT *cvt);
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_audio.h 81 typedef struct SDL_AudioCVT {
91 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format);
93 } SDL_AudioCVT;
208 extern DECLSPEC int SDLCALL SDL_BuildAudioCVT(SDL_AudioCVT *cvt,
220 extern DECLSPEC int SDLCALL SDL_ConvertAudio(SDL_AudioCVT *cvt);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_audio.h 81 typedef struct SDL_AudioCVT {
91 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format);
93 } SDL_AudioCVT;
208 extern DECLSPEC int SDLCALL SDL_BuildAudioCVT(SDL_AudioCVT *cvt,
220 extern DECLSPEC int SDLCALL SDL_ConvertAudio(SDL_AudioCVT *cvt);
  /prebuilt/windows/sdl/host/include/SDL/
SDL_audio.h 87 typedef struct SDL_AudioCVT {
97 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format);
99 } SDL_AudioCVT;
214 extern DECLSPEC int SDLCALL SDL_BuildAudioCVT(SDL_AudioCVT *cvt,
226 extern DECLSPEC int SDLCALL SDL_ConvertAudio(SDL_AudioCVT *cvt);
  /prebuilt/windows/sdl/include/SDL/
SDL_audio.h 81 typedef struct SDL_AudioCVT {
91 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format);
93 } SDL_AudioCVT;
208 extern DECLSPEC int SDLCALL SDL_BuildAudioCVT(SDL_AudioCVT *cvt,
220 extern DECLSPEC int SDLCALL SDL_ConvertAudio(SDL_AudioCVT *cvt);

Completed in 147 milliseconds