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

  /external/qemu/audio/
esdaudio.c 127 int decr, to_mix, rpos; local
143 decr = to_mix = esd->live;
150 while (to_mix) {
152 int chunk = audio_MIN (to_mix, hw->samples - rpos);
175 to_mix -= wsamples;
181 to_mix -= chunk;
paaudio.c 100 int decr, to_mix, rpos; local
116 decr = to_mix = pa->live;
123 while (to_mix) {
125 int chunk = audio_MIN (to_mix, hw->samples - rpos);
137 to_mix -= chunk;

Completed in 428 milliseconds