HomeSort by relevance Sort by last modified time
    Searched refs:to_grab (Results 1 - 2 of 2) sorted by null

  /external/qemu/audio/
esdaudio.c 336 int incr, to_grab, wpos; local
352 incr = to_grab = esd->dead;
359 while (to_grab) {
361 int chunk = audio_MIN (to_grab, hw->samples - wpos);
382 to_grab -= rsamples;
390 to_grab -= chunk;
paaudio.c 195 int incr, to_grab, wpos; local
211 incr = to_grab = pa->dead;
218 while (to_grab) {
220 int chunk = audio_MIN (to_grab, hw->samples - wpos);
231 to_grab -= chunk;

Completed in 38 milliseconds