Home
last modified time | relevance | path

Searched refs:SDL_SwapLE32 (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_mixer.c264 src1 = (Sint64) ((Sint32) SDL_SwapLE32(*src32)); in SDL_MixAudioFormat()
267 src2 = (Sint64) ((Sint32) SDL_SwapLE32(*dst32)); in SDL_MixAudioFormat()
274 *(dst32++) = SDL_SwapLE32((Uint32) ((Sint32) dst_sample)); in SDL_MixAudioFormat()
A DSDL_wave.c1546 chunk->fourcc = SDL_SwapLE32(chunkheader[0]); in WaveNextChunk()
1547 chunk->length = SDL_SwapLE32(chunkheader[1]); in WaveNextChunk()
1829 } else if (SDL_SwapLE32(formtype) != WAVE) { in WaveLoad()
1919 file->fact.samplelength = SDL_SwapLE32(samplelength); in WaveLoad()
/AliOS-Things-master/components/SDL2/include/
A DSDL_endian.h236 #define SDL_SwapLE32(X) (X) macro
245 #define SDL_SwapLE32(X) SDL_Swap32(X) macro
/AliOS-Things-master/components/SDL2/src/file/
A DSDL_rwops.c854 return SDL_SwapLE32(value); in SDL_ReadLE32()
907 const Uint32 swapped = SDL_SwapLE32(value); in SDL_WriteLE32()
/AliOS-Things-master/components/SDL2/src/joystick/android/
A DSDL_sysjoystick.c397 *(Uint32 *)guid16 = SDL_SwapLE32(crc); in Android_AddJoystick()

Completed in 10 milliseconds