Searched refs:waveptr (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | loopwave.c | 54 Uint8 *waveptr; in fillerup() local 58 waveptr = wave.sound + wave.soundpos; in fillerup() 63 SDL_memcpy(stream, waveptr, waveleft); in fillerup() 66 waveptr = wave.sound; in fillerup() 70 SDL_memcpy(stream, waveptr, len); in fillerup()
|
D | testaudiohotplug.c | 49 Uint8 *waveptr; in fillerup() local 53 waveptr = sound + pos; in fillerup() 58 SDL_memcpy(stream, waveptr, waveleft); in fillerup() 61 waveptr = sound; in fillerup() 65 SDL_memcpy(stream, waveptr, len); in fillerup()
|
D | testmultiaudio.c | 37 Uint8 *waveptr = sound + cbd->soundpos; in play_through_once() local 43 SDL_memcpy(stream, waveptr, cpy); in play_through_once()
|