Home
last modified time | relevance | path

Searched refs:nb_live (Results 1 – 3 of 3) sorted by relevance

/external/qemu/audio/
Daudio.c1047 int nb_live = 0; in audio_pcm_hw_find_min_out() local
1052 nb_live += 1; in audio_pcm_hw_find_min_out()
1056 *nb_livep = nb_live; in audio_pcm_hw_find_min_out()
1060 int audio_pcm_hw_get_live_out2 (HWVoiceOut *hw, int *nb_live) in audio_pcm_hw_get_live_out2() argument
1064 smin = audio_pcm_hw_find_min_out (hw, nb_live); in audio_pcm_hw_get_live_out2()
1066 if (!*nb_live) { in audio_pcm_hw_get_live_out2()
1082 int nb_live; in audio_pcm_hw_get_live_out() local
1085 live = audio_pcm_hw_get_live_out2 (hw, &nb_live); in audio_pcm_hw_get_live_out()
1414 int live, free, nb_live, cleanup_required, prev_rpos; in audio_run_out() local
1416 live = audio_pcm_hw_get_live_out2 (hw, &nb_live); in audio_run_out()
[all …]
Dfmodaudio.c239 int nb_live; in fmod_run_out() local
241 live = audio_pcm_hw_get_live_out2 (hw, &nb_live); in fmod_run_out()
247 && nb_live in fmod_run_out()
249 ldebug ("live=%d nb_live=%d\n", live, nb_live); in fmod_run_out()
Daudio_int.h224 int audio_pcm_hw_get_live_out2 (HWVoiceOut *hw, int *nb_live);