Searched defs:played (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A Daudio.c1342 int played; local
1383 played = hw->pcm_ops->run_out (hw);
1385 dolog ("hw->rpos=%d hw->samples=%d played=%d\n",
1386 hw->rpos, hw->samples, played);
1391 dolog ("played=%d\n", played);
1394 if (played) {
1395 hw->ts_helper += played;
1396 audio_capture_mix_and_clear (hw, prev_rpos, played);
1405 if (audio_bug (AUDIO_FUNC, played > s
[all...]

Completed in 48 milliseconds