Home
last modified time | relevance | path

Searched refs:SDL_SwapLE16 (Results 1 – 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/audio/
DSDL_wave.c53 MS_ADPCM_state.wavefmt.encoding = SDL_SwapLE16(format->encoding); in InitMS_ADPCM()
54 MS_ADPCM_state.wavefmt.channels = SDL_SwapLE16(format->channels); in InitMS_ADPCM()
57 MS_ADPCM_state.wavefmt.blockalign = SDL_SwapLE16(format->blockalign); in InitMS_ADPCM()
59 SDL_SwapLE16(format->bitspersample); in InitMS_ADPCM()
230 IMA_ADPCM_state.wavefmt.encoding = SDL_SwapLE16(format->encoding); in InitIMA_ADPCM()
231 IMA_ADPCM_state.wavefmt.channels = SDL_SwapLE16(format->channels); in InitIMA_ADPCM()
234 IMA_ADPCM_state.wavefmt.blockalign = SDL_SwapLE16(format->blockalign); in InitIMA_ADPCM()
236 SDL_SwapLE16(format->bitspersample); in InitIMA_ADPCM()
458 switch (SDL_SwapLE16(format->encoding)) { in SDL_LoadWAV_RW()
480 SDL_SwapLE16(format->encoding)); in SDL_LoadWAV_RW()
[all …]
/external/qemu/distrib/sdl-1.2.15/include/
DSDL_endian.h192 #define SDL_SwapLE16(X) (X) macro
199 #define SDL_SwapLE16(X) SDL_Swap16(X) macro
/external/qemu/distrib/sdl-1.2.15/src/file/
DSDL_rwops.c606 return(SDL_SwapLE16(value)); in SDL_ReadLE16()
646 value = SDL_SwapLE16(value); in SDL_WriteLE16()