Home | History | Annotate | Download | only in audio

Lines Matching refs:total_hw_samples_mixed

1072             m = audio_MIN (m, sw->total_hw_samples_mixed);
1117 live = sw->total_hw_samples_mixed;
1164 sw->total_hw_samples_mixed += total;
1165 sw->empty = sw->total_hw_samples_mixed == 0;
1173 sw->total_hw_samples_mixed
1423 live = sw->total_hw_samples_mixed;
1547 if (audio_bug (AUDIO_FUNC, played > sw->total_hw_samples_mixed)) {
1548 dolog ("played=%d sw->total_hw_samples_mixed=%d\n",
1549 played, sw->total_hw_samples_mixed);
1550 played = sw->total_hw_samples_mixed;
1553 sw->total_hw_samples_mixed -= played;
1555 if (!sw->total_hw_samples_mixed) {
1650 if (audio_bug (AUDIO_FUNC, captured > sw->total_hw_samples_mixed)) {
1651 dolog ("captured=%d sw->total_hw_samples_mixed=%d\n",
1652 captured, sw->total_hw_samples_mixed);
1653 captured = sw->total_hw_samples_mixed;
1656 sw->total_hw_samples_mixed -= captured;
1657 sw->empty = sw->total_hw_samples_mixed == 0;