OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SDL_AudioCVT
(Results
1 - 4
of
4
) sorted by null
/external/qemu/distrib/sdl-1.2.15/include/
SDL_audio.h
126
typedef struct
SDL_AudioCVT
{
136
void (SDLCALL *filters[10])(struct
SDL_AudioCVT
*cvt, Uint16 format);
138
}
SDL_AudioCVT
;
234
extern DECLSPEC int SDLCALL SDL_BuildAudioCVT(
SDL_AudioCVT
*cvt,
247
extern DECLSPEC int SDLCALL SDL_ConvertAudio(
SDL_AudioCVT
*cvt);
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_audio.h
126
typedef struct
SDL_AudioCVT
{
136
void (SDLCALL *filters[10])(struct
SDL_AudioCVT
*cvt, Uint16 format);
138
}
SDL_AudioCVT
;
234
extern DECLSPEC int SDLCALL SDL_BuildAudioCVT(
SDL_AudioCVT
*cvt,
247
extern DECLSPEC int SDLCALL SDL_ConvertAudio(
SDL_AudioCVT
*cvt);
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_audio.h
126
typedef struct
SDL_AudioCVT
{
136
void (SDLCALL *filters[10])(struct
SDL_AudioCVT
*cvt, Uint16 format);
138
}
SDL_AudioCVT
;
234
extern DECLSPEC int SDLCALL SDL_BuildAudioCVT(
SDL_AudioCVT
*cvt,
247
extern DECLSPEC int SDLCALL SDL_ConvertAudio(
SDL_AudioCVT
*cvt);
/prebuilts/tools/windows/sdl/include/SDL/
SDL_audio.h
126
typedef struct
SDL_AudioCVT
{
136
void (SDLCALL *filters[10])(struct
SDL_AudioCVT
*cvt, Uint16 format);
138
}
SDL_AudioCVT
;
234
extern DECLSPEC int SDLCALL SDL_BuildAudioCVT(
SDL_AudioCVT
*cvt,
247
extern DECLSPEC int SDLCALL SDL_ConvertAudio(
SDL_AudioCVT
*cvt);
Completed in 38 milliseconds