Home
last modified time | relevance | path

Searched refs:SDL_NewAudioStream (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/src/audio/wasapi/
A DSDL_wasapi.c204 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 DSDL_audio.h552 extern DECLSPEC SDL_AudioStream * SDLCALL SDL_NewAudioStream(const SDL_AudioFormat src_format,
/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_audio.c1398 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 DSDL_audiocvt.c1269 SDL_NewAudioStream(const SDL_AudioFormat src_format, in SDL_NewAudioStream() function
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h643 #define SDL_NewAudioStream SDL_NewAudioStream_REAL macro
A DSDL_dynapi_procs.h677 SDL_DYNAPI_PROC(SDL_AudioStream*,SDL_NewAudioStream,(const SDL_AudioFormat a, const Uint8 b, const …

Completed in 26 milliseconds