OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numsamples
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/audio/nds/
SDL_ndsaudio.c
151
if((soundsystem->soundcursor + soundsystem->
numsamples
) > soundsystem->buffersize)
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))
167
remain = soundsystem->
numsamples
- ((soundsystem->buffersize >> 1) - soundsystem->soundcursor);
172
SoundMixCallback(&soundsystem->mixbuffer[soundsystem->soundcursor << 1],soundsystem->
numsamples
);
sound9.c
42
soundsystem->
numsamples
= 0;
soundcommon.h
58
u32 soundcursor,
numsamples
;
member in struct:__anon27691
Completed in 1902 milliseconds