Searched refs:SDL_NewAudioStream (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/SDL2/src/audio/wasapi/ |
A D | SDL_wasapi.c | 204 this->stream = SDL_NewAudioStream(this->spec.format, in UpdateAudioStream() 210 this->stream = SDL_NewAudioStream(this->callbackspec.format, in UpdateAudioStream() 622 …this->hidden->capturestream = SDL_NewAudioStream(this->spec.format, this->spec.channels, this->spe… in WASAPI_PrepDevice()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_audio.h | 552 extern DECLSPEC SDL_AudioStream * SDLCALL SDL_NewAudioStream(const SDL_AudioFormat src_format,
|
/AliOS-Things-master/components/SDL2/src/audio/ |
A D | SDL_audio.c | 1398 device->stream = SDL_NewAudioStream(device->spec.format, in open_audio_device() 1402 device->stream = SDL_NewAudioStream(obtained->format, obtained->channels, in open_audio_device()
|
A D | SDL_audiocvt.c | 1269 SDL_NewAudioStream(const SDL_AudioFormat src_format, in SDL_NewAudioStream() function
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_overrides.h | 643 #define SDL_NewAudioStream SDL_NewAudioStream_REAL macro
|
A D | SDL_dynapi_procs.h | 677 SDL_DYNAPI_PROC(SDL_AudioStream*,SDL_NewAudioStream,(const SDL_AudioFormat a, const Uint8 b, const …
|
Completed in 26 milliseconds