Home | History | Annotate | Download | only in audio

Lines Matching refs:played

1484         int played;
1525 played = hw->pcm_ops->run_out (hw, live);
1527 dolog ("hw->rpos=%d hw->samples=%d played=%d\n",
1528 hw->rpos, hw->samples, played);
1533 dolog ("played=%d\n", played);
1536 if (played) {
1537 hw->ts_helper += played;
1538 audio_capture_mix_and_clear (hw, prev_rpos, played);
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;