Lines Matching full:played
1416 int played;
1460 played = hw->pcm_ops->run_out (hw);
1463 dolog ("hw->rpos=%d hw->samples=%d played=%d\n",
1464 hw->rpos, hw->samples, played);
1469 dolog ("played=%d\n", played);
1472 if (played) {
1473 hw->ts_helper += played;
1474 audio_capture_mix_and_clear (hw, prev_rpos, played);
1483 if (audio_bug (AUDIO_FUNC, played > sw->total_hw_samples_mixed)) {
1484 dolog ("played=%d sw->total_hw_samples_mixed=%d\n",
1485 played, sw->total_hw_samples_mixed);
1486 played = sw->total_hw_samples_mixed;
1489 sw->total_hw_samples_mixed -= played;