OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:audio_ring_dist
(Results
1 - 4
of
4
) sorted by null
/external/qemu/audio/
dsoundaudio.c
606
cur_blat =
audio_ring_dist
(wpos, ppos, bufsize);
631
ds->played +=
audio_ring_dist
(ds->old_pos, ppos, hw->bufsize);
808
len =
audio_ring_dist
(cpos, hw->wpos, hw->samples);
audio_int.h
237
static inline int
audio_ring_dist
(int dst, int src, int len)
function
fmodaudio.c
473
len =
audio_ring_dist
(new_pos, hw->wpos, hw->samples);
ossaudio.c
444
bytes =
audio_ring_dist
(cntinfo.ptr, pos, bufsize);
Completed in 32 milliseconds