Home
last modified time | relevance | path

Searched refs:SDL_SwapBE32 (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_mixer.c290 src1 = (Sint64) ((Sint32) SDL_SwapBE32(*src32)); in SDL_MixAudioFormat()
293 src2 = (Sint64) ((Sint32) SDL_SwapBE32(*dst32)); in SDL_MixAudioFormat()
300 *(dst32++) = SDL_SwapBE32((Uint32) ((Sint32) dst_sample)); in SDL_MixAudioFormat()
/AliOS-Things-master/components/SDL2/include/
A DSDL_endian.h240 #define SDL_SwapBE32(X) SDL_Swap32(X) macro
249 #define SDL_SwapBE32(X) (X) macro
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_lbm.c163 size = SDL_SwapBE32( size ); in IMG_LoadLBM_RW()
211 viewmodes = SDL_SwapBE32( viewmodes ); in IMG_LoadLBM_RW()
/AliOS-Things-master/components/SDL2/src/file/
A DSDL_rwops.c863 return SDL_SwapBE32(value); in SDL_ReadBE32()
914 const Uint32 swapped = SDL_SwapBE32(value); in SDL_WriteBE32()

Completed in 7 milliseconds