Home
last modified time | relevance | path

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

/external/qemu/audio/
Ddsoundaudio.c606 cur_blat = audio_ring_dist (wpos, ppos, bufsize); in dsound_run_out()
631 ds->played += audio_ring_dist (ds->old_pos, ppos, hw->bufsize); in dsound_run_out()
808 len = audio_ring_dist (cpos, hw->wpos, hw->samples); in dsound_run_in()
Daudio_int.h237 static inline int audio_ring_dist (int dst, int src, int len) in audio_ring_dist() function
Dfmodaudio.c473 len = audio_ring_dist (new_pos, hw->wpos, hw->samples); in fmod_run_in()
Dossaudio.c444 bytes = audio_ring_dist (cntinfo.ptr, pos, bufsize); in oss_run_out()