Home
last modified time | relevance | path

Searched refs:src32 (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_mixer.c255 const Uint32 *src32 = (Uint32 *) src; in SDL_MixAudioFormat() local
264 src1 = (Sint64) ((Sint32) SDL_SwapLE32(*src32)); in SDL_MixAudioFormat()
265 src32++; in SDL_MixAudioFormat()
281 const Uint32 *src32 = (Uint32 *) src; in SDL_MixAudioFormat() local
290 src1 = (Sint64) ((Sint32) SDL_SwapBE32(*src32)); in SDL_MixAudioFormat()
291 src32++; in SDL_MixAudioFormat()
309 const float *src32 = (float *) src; in SDL_MixAudioFormat() local
319 src1 = ((SDL_SwapFloatLE(*src32) * fvolume) * fmaxvolume); in SDL_MixAudioFormat()
321 src32++; in SDL_MixAudioFormat()
338 const float *src32 = (float *) src; in SDL_MixAudioFormat() local
[all …]
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_blit_N.c2630 Uint32 *src32 = (Uint32*)src; in BlitNtoNKey() local
2644 ++src32; in BlitNtoNKey()
2647 src32 = (Uint32 *) ((Uint8 *) src32 + srcskip); in BlitNtoNKey()
2662 ++src32; in BlitNtoNKey()
2665 src32 = (Uint32 *) ((Uint8 *) src32 + srcskip); in BlitNtoNKey()
2686 Uint32 *src32 = (Uint32*)src; in BlitNtoNKey()
2794 Uint32 *src32 = (Uint32*)src; in BlitNtoNKey()
2910 Uint32 *src32 = (Uint32*)src; in BlitNtoNKeyCopyAlpha() local
2917 *dst32 = *src32; in BlitNtoNKeyCopyAlpha()
2919 ++src32; in BlitNtoNKeyCopyAlpha()
[all …]

Completed in 12 milliseconds