Lines Matching refs:captured
1450 int captured, min;
1452 captured = hw->pcm_ops->run_in (hw);
1455 hw->total_samples_captured += captured - min;
1456 hw->ts_helper += captured;
1478 int live, rpos, captured;
1482 captured = live = audio_pcm_hw_get_live_out (hw);
1508 if (audio_bug (AUDIO_FUNC, captured > sw->total_hw_samples_mixed)) {
1509 dolog ("captured=%d sw->total_hw_samples_mixed=%d\n",
1510 captured, sw->total_hw_samples_mixed);
1511 captured = sw->total_hw_samples_mixed;
1514 sw->total_hw_samples_mixed -= captured;