Home
last modified time | relevance | path

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

/external/qemu/audio/
Daudio.c1374 int rpos2 = rpos; in audio_capture_mix_and_clear() local
1378 int till_end_of_hw = hw->samples - rpos2; in audio_capture_mix_and_clear()
1383 sw->buf = hw->mix_buf + rpos2; in audio_capture_mix_and_clear()
1392 rpos2 = (rpos2 + to_write) % hw->samples; in audio_capture_mix_and_clear()