Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_mixer.c256 Uint32 *dst32 = (Uint32 *) dst; in SDL_MixAudioFormat() local
267 src2 = (Sint64) ((Sint32) SDL_SwapLE32(*dst32)); in SDL_MixAudioFormat()
274 *(dst32++) = SDL_SwapLE32((Uint32) ((Sint32) dst_sample)); in SDL_MixAudioFormat()
282 Uint32 *dst32 = (Uint32 *) dst; in SDL_MixAudioFormat() local
293 src2 = (Sint64) ((Sint32) SDL_SwapBE32(*dst32)); in SDL_MixAudioFormat()
310 float *dst32 = (float *) dst; in SDL_MixAudioFormat() local
320 src2 = SDL_SwapFloatLE(*dst32); in SDL_MixAudioFormat()
329 *(dst32++) = SDL_SwapFloatLE((float) dst_sample); in SDL_MixAudioFormat()
339 float *dst32 = (float *) dst; in SDL_MixAudioFormat() local
349 src2 = SDL_SwapFloatBE(*dst32); in SDL_MixAudioFormat()
[all …]
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_blit_N.c2631 Uint32 *dst32 = (Uint32*)dst; in BlitNtoNKey() local
2641 *dst32 = *src32 | mask; in BlitNtoNKey()
2643 ++dst32; in BlitNtoNKey()
2648 dst32 = (Uint32 *) ((Uint8 *) dst32 + dstskip); in BlitNtoNKey()
2661 ++dst32; in BlitNtoNKey()
2666 dst32 = (Uint32 *) ((Uint8 *) dst32 + dstskip); in BlitNtoNKey()
2911 Uint32 *dst32 = (Uint32*)dst; in BlitNtoNKeyCopyAlpha() local
2917 *dst32 = *src32; in BlitNtoNKeyCopyAlpha()
2920 ++dst32; in BlitNtoNKeyCopyAlpha()
2925 dst32 = (Uint32 *)((Uint8 *)dst32 + dstskip); in BlitNtoNKeyCopyAlpha()
[all …]

Completed in 17 milliseconds