OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hw_cap
(Results
1 - 2
of
2
) sorted by null
/external/qemu/audio/
audio.c
900
HWVoiceOut *
hw_cap
= &cap->hw;
local
911
sw->hw =
hw_cap
;
916
sw->ratio = ((int64_t)
hw_cap
->info.freq << 32) / sw->info.freq;
917
sw->rate = st_rate_start (sw->info.freq,
hw_cap
->info.freq);
923
QLIST_INSERT_HEAD (&
hw_cap
->sw_head, sw, entries);
[
all
...]
/prebuilt/linux-x86/emulator/
libqemu-audio.a
[
all
...]
Completed in 63 milliseconds