Searched refs:to_mix (Results 1 – 2 of 2) sorted by relevance
127 int decr, to_mix, rpos; in qesd_thread_out() local143 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()
100 int decr, to_mix, rpos; in qpa_thread_out() local116 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()