Searched refs:to_capture (Results 1 - 1 of 1) sorted by relevance

/external/qemu/audio/
H A Daudio.c1628 int to_capture = audio_MIN (live, left); local
1633 hw->clip (cap->buf, src, to_capture);
1634 mixeng_clear (src, to_capture);
1638 to_capture << hw->info.shift);
1640 rpos = (rpos + to_capture) % hw->samples;
1641 live -= to_capture;

Completed in 92 milliseconds