Home
last modified time | relevance | path

Searched refs:waveleft (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/test/
Dloopwave.c55 int waveleft; in fillerup() local
59 waveleft = wave.soundlen - wave.soundpos; in fillerup()
62 while (waveleft <= len) { in fillerup()
63 SDL_memcpy(stream, waveptr, waveleft); in fillerup()
64 stream += waveleft; in fillerup()
65 len -= waveleft; in fillerup()
67 waveleft = wave.soundlen; in fillerup()
Dtestaudiohotplug.c50 int waveleft; in fillerup() local
54 waveleft = soundlen - pos; in fillerup()
57 while (waveleft <= len) { in fillerup()
58 SDL_memcpy(stream, waveptr, waveleft); in fillerup()
59 stream += waveleft; in fillerup()
60 len -= waveleft; in fillerup()
62 waveleft = soundlen; in fillerup()
Dtestmultiaudio.c38 int waveleft = soundlen - cbd->soundpos; in play_through_once() local
40 if (cpy > waveleft) in play_through_once()
41 cpy = waveleft; in play_through_once()