Home
last modified time | relevance | path

Searched refs:SDL_AudioCVT (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_audio.h182 struct SDL_AudioCVT;
183 typedef void (SDLCALL * SDL_AudioFilter) (struct SDL_AudioCVT * cvt,
200 typedef struct SDL_AudioCVT struct
213 } SDL_AUDIOCVT_PACKED SDL_AudioCVT; argument
442 extern DECLSPEC int SDLCALL SDL_BuildAudioCVT(SDL_AudioCVT * cvt,
460 extern DECLSPEC int SDLCALL SDL_ConvertAudio(SDL_AudioCVT * cvt);
/third_party/flutter/skia/third_party/externals/sdl/src/audio/
DSDL_audiotypecvt.c59 SDL_Convert_U8_to_S8(SDL_AudioCVT * cvt, SDL_AudioFormat format) in SDL_Convert_U8_to_S8()
82 SDL_Convert_U8_to_U16LSB(SDL_AudioCVT * cvt, SDL_AudioFormat format) in SDL_Convert_U8_to_U16LSB()
106 SDL_Convert_U8_to_S16LSB(SDL_AudioCVT * cvt, SDL_AudioFormat format) in SDL_Convert_U8_to_S16LSB()
130 SDL_Convert_U8_to_U16MSB(SDL_AudioCVT * cvt, SDL_AudioFormat format) in SDL_Convert_U8_to_U16MSB()
154 SDL_Convert_U8_to_S16MSB(SDL_AudioCVT * cvt, SDL_AudioFormat format) in SDL_Convert_U8_to_S16MSB()
178 SDL_Convert_U8_to_S32LSB(SDL_AudioCVT * cvt, SDL_AudioFormat format) in SDL_Convert_U8_to_S32LSB()
202 SDL_Convert_U8_to_S32MSB(SDL_AudioCVT * cvt, SDL_AudioFormat format) in SDL_Convert_U8_to_S32MSB()
226 SDL_Convert_U8_to_F32LSB(SDL_AudioCVT * cvt, SDL_AudioFormat format) in SDL_Convert_U8_to_F32LSB()
250 SDL_Convert_U8_to_F32MSB(SDL_AudioCVT * cvt, SDL_AudioFormat format) in SDL_Convert_U8_to_F32MSB()
274 SDL_Convert_S8_to_U8(SDL_AudioCVT * cvt, SDL_AudioFormat format) in SDL_Convert_S8_to_U8()
[all …]
DSDL_audiocvt.c34 SDL_ConvertMono(SDL_AudioCVT * cvt, SDL_AudioFormat format) in SDL_ConvertMono()
195 SDL_ConvertStrip(SDL_AudioCVT * cvt, SDL_AudioFormat format) in SDL_ConvertStrip()
239 SDL_ConvertStrip_2(SDL_AudioCVT * cvt, SDL_AudioFormat format) in SDL_ConvertStrip_2()
285 SDL_ConvertStereo(SDL_AudioCVT * cvt, SDL_AudioFormat format) in SDL_ConvertStereo()
328 SDL_ConvertSurround(SDL_AudioCVT * cvt, SDL_AudioFormat format) in SDL_ConvertSurround()
587 SDL_ConvertSurround_4(SDL_AudioCVT * cvt, SDL_AudioFormat format) in SDL_ConvertSurround_4()
814 SDL_ConvertAudio(SDL_AudioCVT * cvt) in SDL_ConvertAudio()
856 SDL_BuildAudioTypeCVT(SDL_AudioCVT * cvt, in SDL_BuildAudioTypeCVT()
899 SDL_HandTunedResampleCVT(SDL_AudioCVT * cvt, int dst_channels, in SDL_HandTunedResampleCVT()
944 SDL_BuildAudioResampleCVT(SDL_AudioCVT * cvt, int dst_channels, in SDL_BuildAudioResampleCVT()
[all …]
DSDL_sysaudio.h159 SDL_AudioCVT convert;
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_audio.c518 SDL_AudioCVT cvt; in audio_buildAudioCVT()
584 SDL_AudioCVT cvt; in audio_buildAudioCVTNegative()
602 result = SDL_BuildAudioCVT((SDL_AudioCVT *)NULL, spec1.format, spec1.channels, spec1.freq, in audio_buildAudioCVTNegative()
820 SDL_AudioCVT cvt; in audio_convertAudio()
Dtestresample.c19 SDL_AudioCVT cvt; in main()
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/src/
Dmixer.c91 SDL_AudioCVT cvt; /* used to convert .wav to output format when formats differ */ in loadSound()
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_procs.h123 SDL_DYNAPI_PROC(int,SDL_BuildAudioCVT,(SDL_AudioCVT *a, SDL_AudioFormat b, Uint8 c, int d, SDL_Audi…
124 SDL_DYNAPI_PROC(int,SDL_ConvertAudio,(SDL_AudioCVT *a),(a),return)