OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mixbuffer
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/audio/nds/
SDL_ndsaudio.c
153
SoundMixCallback(&soundsystem->
mixbuffer
[soundsystem->soundcursor],soundsystem->buffersize - soundsystem->soundcursor);
155
SoundMixCallback(soundsystem->
mixbuffer
,remain);
159
SoundMixCallback(&soundsystem->
mixbuffer
[soundsystem->soundcursor],soundsystem->numsamples);
166
SoundMixCallback(&soundsystem->
mixbuffer
[soundsystem->soundcursor << 1],(soundsystem->buffersize >> 1) - soundsystem->soundcursor);
168
SoundMixCallback(soundsystem->
mixbuffer
,remain);
172
SoundMixCallback(&soundsystem->
mixbuffer
[soundsystem->soundcursor << 1],soundsystem->numsamples);
sound9.c
36
soundsystem->
mixbuffer
= (s8*)SDL_malloc(soundsystem->buffersize);
37
//soundsystem->soundbuffer = soundsystem->
mixbuffer
;
soundcommon.h
53
s8 *
mixbuffer
;//,*soundbuffer;
member in struct:__anon27691
Completed in 43 milliseconds