Home | History | Annotate | Download | only in audio

Lines Matching full:dolog

274     dolog ("tag             = %d\n", wfx->wFormatTag);
275 dolog ("nChannels = %d\n", wfx->nChannels);
276 dolog ("nSamplesPerSec = %ld\n", wfx->nSamplesPerSec);
277 dolog ("nAvgBytesPerSec = %ld\n", wfx->nAvgBytesPerSec);
278 dolog ("nBlockAlign = %d\n", wfx->nBlockAlign);
279 dolog ("wBitsPerSample = %d\n", wfx->wBitsPerSample);
280 dolog ("cbSize = %d\n", wfx->cbSize);
305 dolog ("%d attempts to restore playback buffer failed\n", i);
402 dolog ("clear %p,%ld,%ld %p,%ld,%ld\n",
495 dolog ("Primary\n");
519 dolog ("Attempt to control voice without a buffer\n");
530 dolog ("warning: Voice is already playing\n");
556 dolog ("warning: Voice is not playing\n");
583 dolog ("Attempt to run empty with playback buffer\n");
625 dolog ("old_pos == ppos\n");
646 dolog ("len=%d bufsize=%d old_pos=%ld ppos=%ld\n",
690 dolog ("played %lu mixed %lu diff %ld sec %f\n",
707 dolog ("Attempt to control capture voice without a buffer\n");
718 dolog ("warning: Voice is already capturing\n");
744 dolog ("warning: Voice is not capturing\n");
771 dolog ("Attempt to run without capture buffer\n");