OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:st_rate_start
(Results
1 - 4
of
4
) sorted by null
/external/qemu/audio/
mixeng.h
43
void *
st_rate_start
(int inrate, int outrate);
mixeng.c
299
void *
st_rate_start
(int inrate, int outrate)
function
audio_template.h
125
sw->rate =
st_rate_start
(sw->info.freq, sw->hw->info.freq);
127
sw->rate =
st_rate_start
(sw->hw->info.freq, sw->info.freq);
audio.c
917
sw->rate =
st_rate_start
(sw->info.freq, hw_cap->info.freq);
[
all
...]
Completed in 175 milliseconds