Home
last modified time | relevance | path

Searched refs:total_hw_samples_mixed (Results 1 – 4 of 4) sorted by relevance

/external/qemu/docs/
DAUDIO.TXT81 - a 'total_hw_samples_mixed' which correspond to the number of samples that have
92 | SWVoiceOut1 | | thsm<N> := total_hw_samples_mixed
145 of 'total_hw_samples_mixed' that have already been written to the buffer. We will
153 'total_hw_samples_mixed' field of all active SWVoiceOuts is decremented by
168 stereo buffer. It also increases the 'total_hw_samples_mixed' value of the
178 live = MIN([sw.total_hw_samples_mixed for sw in hw.list_SWVoiceOut ])
182 sw.total_hw_samples_mixed -= played
185 free = hw.samples - sw.total_hw_samples_mixed
/external/qemu/audio/
Daudio.c1072 m = audio_MIN (m, sw->total_hw_samples_mixed); in audio_pcm_hw_find_min_out()
1117 live = sw->total_hw_samples_mixed; in audio_pcm_sw_write()
1164 sw->total_hw_samples_mixed += total; in audio_pcm_sw_write()
1165 sw->empty = sw->total_hw_samples_mixed == 0; in audio_pcm_sw_write()
1173 sw->total_hw_samples_mixed in audio_pcm_sw_write()
1423 live = sw->total_hw_samples_mixed; in audio_get_free()
1547 if (audio_bug (AUDIO_FUNC, played > sw->total_hw_samples_mixed)) { in audio_run_out()
1549 played, sw->total_hw_samples_mixed); in audio_run_out()
1550 played = sw->total_hw_samples_mixed; in audio_run_out()
1553 sw->total_hw_samples_mixed -= played; in audio_run_out()
[all …]
Daudio_template.h151 sw->total_hw_samples_mixed = 0; in glue()
447 live = sw->total_hw_samples_mixed; in glue()
513 sw->total_hw_samples_mixed += mixed; in glue()
Daudio_int.h117 int total_hw_samples_mixed; member