Home
last modified time | relevance | path

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

/openbmc/qemu/audio/
H A Daudio.c1064 size_t rpos2 = rpos; in audio_capture_mix_and_clear() local
1068 size_t till_end_of_hw = hw->mix_buf.size - rpos2; in audio_capture_mix_and_clear()
1072 sw->resample_buf.buffer = hw->mix_buf.buffer + rpos2; in audio_capture_mix_and_clear()
1090 rpos2 = (rpos2 + to_read) % hw->mix_buf.size; in audio_capture_mix_and_clear()