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

/vbox/src/VBox/Devices/Audio/
H A Daudio.c1486 int to_capture = audio_MIN (live, left); local
1491 hw->clip (cap->buf, src, to_capture);
1492 mixeng_sniff_and_clear (hw, src, to_capture);
1496 to_capture << hw->info.shift);
1498 rpos = (rpos + to_capture) % hw->samples;
1499 live -= to_capture;

Completed in 48 milliseconds