Searched refs:SDL_SwapLE32 (Results 1 – 3 of 3) sorted by relevance
55 MS_ADPCM_state.wavefmt.frequency = SDL_SwapLE32(format->frequency); in InitMS_ADPCM()56 MS_ADPCM_state.wavefmt.byterate = SDL_SwapLE32(format->byterate); in InitMS_ADPCM()232 IMA_ADPCM_state.wavefmt.frequency = SDL_SwapLE32(format->frequency); in InitIMA_ADPCM()233 IMA_ADPCM_state.wavefmt.byterate = SDL_SwapLE32(format->byterate); in InitIMA_ADPCM()490 spec->freq = SDL_SwapLE32(format->frequency); in SDL_LoadWAV_RW()
193 #define SDL_SwapLE32(X) (X) macro200 #define SDL_SwapLE32(X) SDL_Swap32(X) macro
620 return(SDL_SwapLE32(value)); in SDL_ReadLE32()656 value = SDL_SwapLE32(value); in SDL_WriteLE32()