Searched refs:SDL_AudioCVT (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_audio.h | 182 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/ |
D | SDL_audiotypecvt.c | 59 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 …]
|
D | SDL_audiocvt.c | 34 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 …]
|
D | SDL_sysaudio.h | 159 SDL_AudioCVT convert;
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testautomation_audio.c | 518 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()
|
D | testresample.c | 19 SDL_AudioCVT cvt; in main()
|
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/src/ |
D | mixer.c | 91 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/ |
D | SDL_dynapi_procs.h | 123 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)
|