Searched refs:total_hw_samples_mixed (Results 1 – 4 of 4) sorted by relevance
81 - a 'total_hw_samples_mixed' which correspond to the number of samples that have92 | SWVoiceOut1 | | thsm<N> := total_hw_samples_mixed145 of 'total_hw_samples_mixed' that have already been written to the buffer. We will153 'total_hw_samples_mixed' field of all active SWVoiceOuts is decremented by168 stereo buffer. It also increases the 'total_hw_samples_mixed' value of the178 live = MIN([sw.total_hw_samples_mixed for sw in hw.list_SWVoiceOut ])182 sw.total_hw_samples_mixed -= played185 free = hw.samples - sw.total_hw_samples_mixed
1072 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 …]
151 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()
117 int total_hw_samples_mixed; member