Searched refs:audio_ring_dist (Results 1 – 4 of 4) sorted by relevance
/external/qemu/audio/ |
D | dsoundaudio.c | 606 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()
|
D | audio_int.h | 237 static inline int audio_ring_dist (int dst, int src, int len) in audio_ring_dist() function
|
D | fmodaudio.c | 473 len = audio_ring_dist (new_pos, hw->wpos, hw->samples); in fmod_run_in()
|
D | ossaudio.c | 444 bytes = audio_ring_dist (cntinfo.ptr, pos, bufsize); in oss_run_out()
|