Searched refs:total_hw_samples_mixed (Results 1 – 3 of 3) sorted by relevance
621 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 …]
113 size_t total_hw_samples_mixed; member
171 sw->total_hw_samples_mixed = 0; in glue()