Home
last modified time | relevance | path

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

/openbmc/qemu/audio/
H A Daudio.c621 m = MIN (m, sw->total_hw_samples_mixed); in audio_pcm_hw_find_min_out()
688 live = sw->total_hw_samples_mixed; in audio_pcm_sw_resample_out()
719 live = sw->total_hw_samples_mixed; in audio_pcm_sw_write()
757 sw->total_hw_samples_mixed += total_out; in audio_pcm_sw_write()
758 sw->empty = sw->total_hw_samples_mixed == 0; in audio_pcm_sw_write()
782 sw->total_hw_samples_mixed in audio_pcm_sw_write()
1036 live = sw->total_hw_samples_mixed; in audio_get_free()
1074 live = sw->total_hw_samples_mixed; in audio_capture_mix_and_clear()
1080 sw->total_hw_samples_mixed += frames_out; in audio_capture_mix_and_clear()
1081 sw->empty = sw->total_hw_samples_mixed == 0; in audio_capture_mix_and_clear()
[all …]
H A Daudio_int.h113 size_t total_hw_samples_mixed; member
H A Daudio_template.h171 sw->total_hw_samples_mixed = 0; in glue()