Home
last modified time | relevance | path

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

/external/qemu/audio/
Dossaudio.c390 int wsamples = written >> hw->info.shift; in oss_run_out() local
391 int wbytes = wsamples << hw->info.shift; in oss_run_out()
397 decr -= wsamples; in oss_run_out()
398 rpos = (rpos + wsamples) % hw->samples; in oss_run_out()