Home
last modified time | relevance | path

Searched refs:to_mix (Results 1 – 2 of 2) sorted by relevance

/external/qemu/audio/
Desdaudio.c127 int decr, to_mix, rpos; in qesd_thread_out() local
143 decr = to_mix = esd->live; in qesd_thread_out()
150 while (to_mix) { in qesd_thread_out()
152 int chunk = audio_MIN (to_mix, hw->samples - rpos); in qesd_thread_out()
175 to_mix -= wsamples; in qesd_thread_out()
181 to_mix -= chunk; in qesd_thread_out()
Dpaaudio.c100 int decr, to_mix, rpos; in qpa_thread_out() local
116 decr = to_mix = pa->live; in qpa_thread_out()
123 while (to_mix) { in qpa_thread_out()
125 int chunk = audio_MIN (to_mix, hw->samples - rpos); in qpa_thread_out()
137 to_mix -= chunk; in qpa_thread_out()