Searched refs:soundcursor (Results 1 - 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/audio/nds/
H A DSDL_ndsaudio.c151 if((soundsystem->soundcursor + soundsystem->numsamples) > soundsystem->buffersize)
153 SoundMixCallback(&soundsystem->mixbuffer[soundsystem->soundcursor],soundsystem->buffersize - soundsystem->soundcursor);
154 remain = soundsystem->numsamples - (soundsystem->buffersize - soundsystem->soundcursor);
159 SoundMixCallback(&soundsystem->mixbuffer[soundsystem->soundcursor],soundsystem->numsamples);
164 if((soundsystem->soundcursor + soundsystem->numsamples) > (soundsystem->buffersize >> 1))
166 SoundMixCallback(&soundsystem->mixbuffer[soundsystem->soundcursor << 1],(soundsystem->buffersize >> 1) - soundsystem->soundcursor);
167 remain = soundsystem->numsamples - ((soundsystem->buffersize >> 1) - soundsystem->soundcursor);
172 SoundMixCallback(&soundsystem->mixbuffer[soundsystem->soundcursor <<
[all...]
H A Dsound9.c41 soundsystem->soundcursor = 0;
H A Dsoundcommon.h58 u32 soundcursor,numsamples; member in struct:__anon25310

Completed in 121 milliseconds