OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:soundlen
(Results
1 - 2
of
2
) sorted by null
/prebuilts/misc/windows/sdl2/test/
loopwave.c
34
Uint32
soundlen
; /* Length of wave data */
member in struct:__anon44722
56
waveleft = wave.
soundlen
- wave.soundpos;
64
waveleft = wave.
soundlen
;
99
if (SDL_LoadWAV(filename, &wave.spec, &wave.sound, &wave.
soundlen
) == NULL) {
testmultiaudio.c
16
static Uint32
soundlen
= 0; /* Length of wave data */
variable
30
int waveleft =
soundlen
- cbd->soundpos;
144
if (SDL_LoadWAV(argv[1], &spec, &sound, &
soundlen
) == NULL) {
Completed in 214 milliseconds