Searched refs:SDL_MixAudio (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_audio.h | 657 extern DECLSPEC void SDLCALL SDL_MixAudio(Uint8 * dst, const Uint8 * src,
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_overrides.h | 90 #define SDL_MixAudio SDL_MixAudio_REAL macro
|
A D | SDL_dynapi_procs.h | 121 SDL_DYNAPI_PROC(void,SDL_MixAudio,(Uint8 *a, const Uint8 *b, Uint32 c, int d),(a,b,c,d),)
|
/AliOS-Things-master/components/SDL2/src/audio/ |
A D | SDL_audio.c | 1703 SDL_MixAudio(Uint8 * dst, const Uint8 * src, Uint32 len, int volume) in SDL_MixAudio() function
|
Completed in 12 milliseconds