Searched refs:dolog (Results 1 - 16 of 16) sorted by relevance

/external/qemu/audio/
H A Daudio_win_int.c47 dolog ("Internal logic error: Bad audio format %d\n", as->freq);
58 dolog ("Invalid wave format, tag is not PCM, but %d\n",
64 dolog ("Invalid wave format, frequency is zero\n");
79 dolog (
100 dolog ("Invalid wave format, bits per sample is not "
H A Dalsaaudio.c262 dolog ("alsa_poll_handler: poll %s\n", strerror (errno));
281 dolog ("revents = %d\n", revents);
309 dolog ("Unexpected state %d\n", state);
320 dolog ("Could not initialize poll mode\n"
327 dolog ("Could not initialize poll mode\n");
346 dolog ("POLLOUT %d %d\n", i, pfds[i].fd);
352 dolog ("Set handler events=%#x index=%d fd=%d err=%d\n",
357 dolog ("Failed to set handler events=%#x index=%d fd=%d err=%d\n",
415 dolog ("Internal logic error: Bad audio format %d\n", fmt);
478 dolog ("Unrecognize
[all...]
H A Ddsound_template.h114 dolog ("%d attempts to lock " NAME " failed\n", i);
119 dolog ("DirectSound returned misaligned buffer %ld %ld\n",
126 dolog ("warning: !p1 && blen1=%ld\n", blen1);
131 dolog ("warning: !p2 && blen2=%ld\n", blen2);
200 dolog ("Attempt to initialize voice without " NAME2 " object\n");
243 dolog (NAME "\n");
266 dolog (
274 dolog ("caps %ld, desc %ld\n",
277 dolog ("bufsize %d, freq %d, chan %d, fmt %d\n",
H A Daudio_template.h48 dolog ("Driver `%s' does not support " NAME "\n", drv->name);
52 dolog ("Driver `%s' does not support %d " NAME " voices, max %d\n",
61 dolog ("drv=`%s' voice_size=0 max_voices=%d\n",
67 dolog ("drv=`%s' voice_size=%d max_voices=0\n",
85 dolog ("Could not allocate " NAME " buffer (%d samples)\n",
119 dolog ("Could not allocate buffer for `%s' (%d samples)\n",
256 dolog ("No host audio driver\n");
261 dolog ("Host audio driver without pcm_ops\n");
267 dolog ("Can not allocate voice `%s' size %d\n",
284 dolog ("h
[all...]
H A Ddsoundaudio.c274 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 ("Primar
[all...]
H A Daudio.c339 dolog ("Bogus audfmt %d returning S16\n", fmt);
371 dolog ("Bogus audio format `%s' using %s\n",
462 dolog ("No prefix specified\n");
467 dolog ("No options\n");
518 dolog ("Bad value tag for option %s_%s %d\n",
536 dolog ("prefix = NULL\n");
541 dolog ("opt = NULL\n");
552 dolog ("Option value pointer for `%s' is not set\n",
598 dolog ("Bad value tag for option `%s' - %d\n",
613 dolog ("frequenc
[all...]
H A Dwavaudio.c142 dolog ("WAVE files can not handle 32bit formats\n");
154 dolog ("Could not allocate buffer (%d bytes)\n",
166 dolog ("Failed to open wave file `%s'\nReason: %s\n",
257 dolog("Failed to open wave file '%s'\nReason: %s\n", path,
263 dolog("File '%s' to be a .wav file\n", path);
272 dolog("File '%s' is not a valid .wav file\n", path);
288 dolog("unsupported number of channels (%d) in '%s'\n",
298 dolog("unsupported bytes per sample (%d) in '%s'\n",
304 dolog("invalid bits per sample (%d, expected %d) in '%s'\n",
H A Dfmodaudio.c115 dolog ("Lock returned misaligned length %d, %d, alignment %d\n",
121 dolog ("Lock returned incomplete length %d, %d\n",
202 dolog ("Lock returned misaligned length %d, %d, alignment %d\n",
215 dolog ("warning: !p1 && blen1=%d\n", *blen1);
220 dolog ("warning: !p2 && blen2=%d\n", *blen2);
261 dolog ("decr=%d live=%d ppos=%d old_pos=%d len=%d\n",
320 dolog ("Internal logic error: Bad audio format %d\n", fmt);
539 dolog ("Wrong FMOD version %f, need at least %f\n", ver, FMOD_VERSION);
545 dolog ("FMOD before 3.75 has bug preventing ADC from working\n"
561 dolog ("Unknow
[all...]
H A Dossaudio.c180 dolog ("Internal logic error: Bad audio format %d\n", fmt);
222 dolog ("Unrecognized audio format %d\n", ossfmt);
232 dolog ("parameter | requested value | obtained value\n");
233 dolog ("format | %10d | %10d\n", req->fmt, obt->fmt);
234 dolog ("channels | %10d | %10d\n",
236 dolog ("frequency | %10d | %10d\n", req->freq, obt->freq);
237 dolog ("nfrags | %10d | %10d\n", req->nfrags, obt->nfrags);
238 dolog ("fragsize | %10d | %10d\n",
319 dolog ("OSS version = %#x\n", version);
369 dolog ("Audi
[all...]
H A Dcoreaudio.c201 dolog ("Could not lock voice for %s\nReason: %s\n",
215 dolog ("Could not unlock voice for %s\nReason: %s\n",
276 dolog("Could not destroy mutex\nReason: %s\n", strerror (err));
301 dolog("Could not create mutex\nReason: %s\n", strerror (err));
327 dolog ("Could not initialize %s - Unknown Audiodevice\n", typ);
348 dolog ("warning: Upsizing Output Buffer Frames to %f\n", frameRange.mMinimum);
352 dolog ("warning: Downsizing Output Buffer Frames to %f\n", frameRange.mMaximum);
H A Desdaudio.c171 dolog ("warning: Misaligned write %d (requested %zd), "
241 dolog ("Will use 16 instead of 32 bit samples\n");
251 dolog ("Internal logic error: Bad audio format %d\n", as->fmt);
262 dolog ("Could not allocate buffer (%d bytes)\n",
378 dolog ("warning: Misaligned write %d (requested %zd), "
458 dolog ("Will use 16 instead of 32 bit samples\n");
470 dolog ("Could not allocate buffer (%d bytes)\n",
H A Dmixeng.c304 dolog ("Could not allocate resampler (%zu bytes)\n", sizeof (*rate));
H A Dpaaudio.c295 dolog ("Internal logic error: Bad audio format %d\n", afmt);
320 dolog ("Internal logic error: Bad pa_sample_format %d\n", fmt);
358 dolog ("Could not allocate buffer (%d bytes)\n",
412 dolog ("Could not allocate buffer (%d bytes)\n",
H A Daudio_int.h248 static void GCC_ATTR dolog (const char *fmt, ...) function
/external/qemu/hw/
H A Ddma.c29 #define dolog(...) fprintf (stderr, "dma: " __VA_ARGS__) macro
88 dolog ("invalid channel %#x %#x\n", nport, data);
101 dolog ("invalid channel %#x %#x\n", nport, data);
114 dolog ("invalid channel read %#x\n", nport);
127 dolog ("invalid channel read %#x\n", nport);
200 dolog ("command %#x not supported\n", data);
267 dolog ("unknown iport %#x\n", iport);
340 dolog ("DMA in address decrement mode\n");
343 dolog ("DMA not in single mode select %#x\n", opmode);
463 dolog ("unregistere
[all...]
/external/libxml2/
H A Drelaxng.c8054 int dolog);
9762 * @dolog: indicate that error logging should be done
9771 xmlRelaxNGValidateElementEnd(xmlRelaxNGValidCtxtPtr ctxt, int dolog) argument
9780 if (dolog) {
9789 if (dolog) {

Completed in 197 milliseconds