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

/vbox/src/VBox/Devices/Audio/
H A Daudio_template.h50 dolog ("Driver `%s' does not support " NAME "\n", drv->name);
54 dolog ("Driver `%s' does not support %d " NAME " voices, max %d\n",
63 dolog ("drv=`%s' voice_size=0 max_voices=%d\n",
69 dolog ("drv=`%s' voice_size=%d max_voices=0\n",
87 dolog ("Could not allocate " NAME " buffer (%d samples)\n",
119 dolog ("Could not allocate buffer for `%s' (%d samples)\n",
253 dolog ("No host audio driver\n");
258 dolog ("Host audio driver without pcm_ops\n");
264 dolog ("Can not allocate voice `%s' size %d\n",
280 dolog ("h
[all...]
H A Dalsaaudio.c190 dolog ("Internal logic error: Bad audio format %d\n", fmt);
252 dolog ("Unrecognized audio format %d\n", alsafmt);
263 dolog ("parameter | requested value | obtained value\n");
264 dolog ("format | %10d | %10d\n", req->fmt, obt->fmt);
265 dolog ("channels | %10d | %10d\n",
267 dolog ("frequency | %10d | %10d\n", req->freq, obt->freq);
268 dolog ("============================================\n");
269 dolog ("requested: buffer size %d period size %d\n",
271 dolog ("obtained: samples %ld\n", obt->samples);
284 dolog ("Coul
[all...]
H A Daudio.c325 dolog ("Bogus audfmt %d returning S16\n", fmt);
357 dolog ("Bogus audio format `%s' using %s\n",
461 dolog ("prefix = NULL\n");
466 dolog ("opt = NULL\n");
502 dolog ("Option value pointer for `%s' is not set\n",
531 dolog ("Bad value tag for option `%s' - %d\n",
545 dolog ("frequency=%d nchannels=%d fmt=", as->freq, as->nchannels);
763 dolog ("notification %d sent\n", cmd);
835 dolog ("Could not allocate soft capture voice (%u bytes)\n",
850 dolog ("Coul
[all...]
H A Ddsound_template.h124 dolog ("%d attempts to lock " NAME " failed\n", i);
129 dolog ("DirectSound returned misaligned buffer %ld %ld\n",
136 dolog ("warning: !p1 && blen1=%ld\n", blen1);
141 dolog ("warning: !p2 && blen2=%ld\n", blen2);
H A Dossaudio.c155 dolog ("Internal logic error: Bad audio format %d\n", fmt);
197 dolog ("Unrecognized audio format %d\n", ossfmt);
207 dolog ("parameter | requested value | obtained value\n");
208 dolog ("format | %10d | %10d\n", req->fmt, obt->fmt);
209 dolog ("channels | %10d | %10d\n",
211 dolog ("frequency | %10d | %10d\n", req->freq, obt->freq);
212 dolog ("nfrags | %10d | %10d\n", req->nfrags, obt->nfrags);
213 dolog ("fragsize | %10d | %10d\n",
323 dolog ("Audio parameters mismatch\n");
374 dolog ("warnin
[all...]
H A Daudio_int.h268 static void GCC_ATTR dolog (const char *fmt, ...) function
270 DECLINLINE(void) GCC_ATTR dolog (const char *fmt, ...) /* shuts up unused warnings. */
H A Ddsoundaudio.c361 dolog ("Internal logic error: Bad audio format %d\n", as->freq);
371 dolog ("Invalid wave format, tag is not PCM, but %d\n",
377 dolog ("Invalid wave format, frequency is zero\n");
392 dolog (
413 dolog ("Invalid wave format, bits per sample is not "
H A Dpulseaudio.c102 dolog ("Bad audio format %d\n", fmt);
/vbox/src/libs/libxml2-2.6.31/
H A Drelaxng.c7928 int dolog);
9596 * @dolog: indicate that error logging should be done
9605 xmlRelaxNGValidateElementEnd(xmlRelaxNGValidCtxtPtr ctxt, int dolog) argument
9614 if (dolog) {
9623 if (dolog) {

Completed in 84 milliseconds