Home
last modified time | relevance | path

Searched refs:dolog (Results 1 – 17 of 17) sorted by relevance

/external/qemu/audio/
Daudio_template.h48 dolog ("Driver `%s' does not support " NAME "\n", drv->name); in glue()
52 dolog ("Driver `%s' does not support %d " NAME " voices, max %d\n", in glue()
61 dolog ("drv=`%s' voice_size=0 max_voices=%d\n", in glue()
67 dolog ("drv=`%s' voice_size=%d max_voices=0\n", in glue()
85 dolog ("Could not allocate " NAME " buffer (%d samples)\n", in glue()
119 dolog ("Could not allocate buffer for `%s' (%d samples)\n", in glue()
256 dolog ("No host audio driver\n"); in glue()
261 dolog ("Host audio driver without pcm_ops\n"); in glue()
267 dolog ("Can not allocate voice `%s' size %d\n", in glue()
284 dolog ("hw->samples=%d\n", hw->samples); in glue()
[all …]
Daudio_win_int.c47 dolog ("Internal logic error: Bad audio format %d\n", as->freq); in waveformat_from_audio_settings()
58 dolog ("Invalid wave format, tag is not PCM, but %d\n", in waveformat_to_audio_settings()
64 dolog ("Invalid wave format, frequency is zero\n"); in waveformat_to_audio_settings()
79 dolog ( in waveformat_to_audio_settings()
100 dolog ("Invalid wave format, bits per sample is not " in waveformat_to_audio_settings()
Dalsaaudio.c262 dolog ("alsa_poll_handler: poll %s\n", strerror (errno)); in alsa_poll_handler()
281 dolog ("revents = %d\n", revents); in alsa_poll_handler()
309 dolog ("Unexpected state %d\n", state); in alsa_poll_handler()
320 dolog ("Could not initialize poll mode\n" in alsa_poll_helper()
327 dolog ("Could not initialize poll mode\n"); in alsa_poll_helper()
346 dolog ("POLLOUT %d %d\n", i, pfds[i].fd); in alsa_poll_helper()
352 dolog ("Set handler events=%#x index=%d fd=%d err=%d\n", in alsa_poll_helper()
357 dolog ("Failed to set handler events=%#x index=%d fd=%d err=%d\n", in alsa_poll_helper()
415 dolog ("Internal logic error: Bad audio format %d\n", fmt); in aud_to_alsafmt()
478 dolog ("Unrecognized audio format %d\n", alsafmt); in alsa_to_audfmt()
[all …]
Daudio.c339 dolog ("Bogus audfmt %d returning S16\n", fmt); in audio_audfmt_to_string()
371 dolog ("Bogus audio format `%s' using %s\n", in audio_string_to_audfmt()
462 dolog ("No prefix specified\n"); in audio_print_options()
467 dolog ("No options\n"); in audio_print_options()
518 dolog ("Bad value tag for option %s_%s %d\n", in audio_print_options()
536 dolog ("prefix = NULL\n"); in audio_process_options()
541 dolog ("opt = NULL\n"); in audio_process_options()
552 dolog ("Option value pointer for `%s' is not set\n", in audio_process_options()
598 dolog ("Bad value tag for option `%s' - %d\n", in audio_process_options()
613 dolog ("frequency=%d nchannels=%d fmt=", as->freq, as->nchannels); in audio_print_settings()
[all …]
Ddsoundaudio.c274 dolog ("tag = %d\n", wfx->wFormatTag); in print_wave_format()
275 dolog ("nChannels = %d\n", wfx->nChannels); in print_wave_format()
276 dolog ("nSamplesPerSec = %ld\n", wfx->nSamplesPerSec); in print_wave_format()
277 dolog ("nAvgBytesPerSec = %ld\n", wfx->nAvgBytesPerSec); in print_wave_format()
278 dolog ("nBlockAlign = %d\n", wfx->nBlockAlign); in print_wave_format()
279 dolog ("wBitsPerSample = %d\n", wfx->wBitsPerSample); in print_wave_format()
280 dolog ("cbSize = %d\n", wfx->cbSize); in print_wave_format()
305 dolog ("%d attempts to restore playback buffer failed\n", i); in dsound_restore_out()
402 dolog ("clear %p,%ld,%ld %p,%ld,%ld\n", in dsound_clear_sample()
495 dolog ("Primary\n"); in dsound_open()
[all …]
Ddsound_template.h114 dolog ("%d attempts to lock " NAME " failed\n", i); in glue()
119 dolog ("DirectSound returned misaligned buffer %ld %ld\n", in glue()
126 dolog ("warning: !p1 && blen1=%ld\n", blen1); in glue()
131 dolog ("warning: !p2 && blen2=%ld\n", blen2); in glue()
200 dolog ("Attempt to initialize voice without " NAME2 " object\n"); in dsound_init_in()
243 dolog (NAME "\n"); in dsound_init_in()
266 dolog ( in dsound_init_in()
274 dolog ("caps %ld, desc %ld\n", in dsound_init_in()
277 dolog ("bufsize %d, freq %d, chan %d, fmt %d\n", in dsound_init_in()
Dossaudio.c180 dolog ("Internal logic error: Bad audio format %d\n", fmt); in aud_to_ossfmt()
222 dolog ("Unrecognized audio format %d\n", ossfmt); in oss_to_audfmt()
232 dolog ("parameter | requested value | obtained value\n"); in oss_dump_info()
233 dolog ("format | %10d | %10d\n", req->fmt, obt->fmt); in oss_dump_info()
234 dolog ("channels | %10d | %10d\n", in oss_dump_info()
236 dolog ("frequency | %10d | %10d\n", req->freq, obt->freq); in oss_dump_info()
237 dolog ("nfrags | %10d | %10d\n", req->nfrags, obt->nfrags); in oss_dump_info()
238 dolog ("fragsize | %10d | %10d\n", in oss_dump_info()
319 dolog ("OSS version = %#x\n", version); in oss_open()
369 dolog ("Audio parameters mismatch\n"); in oss_open()
[all …]
Dfmodaudio.c115 dolog ("Lock returned misaligned length %d, %d, alignment %d\n", in fmod_clear_sample()
121 dolog ("Lock returned incomplete length %d, %d\n", in fmod_clear_sample()
202 dolog ("Lock returned misaligned length %d, %d, alignment %d\n", in fmod_lock_sample()
215 dolog ("warning: !p1 && blen1=%d\n", *blen1); in fmod_lock_sample()
220 dolog ("warning: !p2 && blen2=%d\n", *blen2); in fmod_lock_sample()
261 dolog ("decr=%d live=%d ppos=%d old_pos=%d len=%d\n", in fmod_run_out()
320 dolog ("Internal logic error: Bad audio format %d\n", fmt); in aud_to_fmodfmt()
539 dolog ("Wrong FMOD version %f, need at least %f\n", ver, FMOD_VERSION); in fmod_audio_init()
545 dolog ("FMOD before 3.75 has bug preventing ADC from working\n" in fmod_audio_init()
561 dolog ("Unknown FMOD driver `%s'\n", drv); in fmod_audio_init()
[all …]
Dwavaudio.c142 dolog ("WAVE files can not handle 32bit formats\n"); in wav_out_init()
154 dolog ("Could not allocate buffer (%d bytes)\n", in wav_out_init()
166 dolog ("Failed to open wave file `%s'\nReason: %s\n", in wav_out_init()
257 dolog("Failed to open wave file '%s'\nReason: %s\n", path, in wav_in_init()
263 dolog("File '%s' to be a .wav file\n", path); in wav_in_init()
272 dolog("File '%s' is not a valid .wav file\n", path); in wav_in_init()
288 dolog("unsupported number of channels (%d) in '%s'\n", in wav_in_init()
298 dolog("unsupported bytes per sample (%d) in '%s'\n", in wav_in_init()
304 dolog("invalid bits per sample (%d, expected %d) in '%s'\n", in wav_in_init()
Desdaudio.c171 dolog ("warning: Misaligned write %d (requested %zd), " in qesd_thread_out()
241 dolog ("Will use 16 instead of 32 bit samples\n"); in qesd_init_out()
251 dolog ("Internal logic error: Bad audio format %d\n", as->fmt); in qesd_init_out()
262 dolog ("Could not allocate buffer (%d bytes)\n", in qesd_init_out()
378 dolog ("warning: Misaligned write %d (requested %zd), " in qesd_thread_in()
458 dolog ("Will use 16 instead of 32 bit samples\n"); in qesd_init_in()
470 dolog ("Could not allocate buffer (%d bytes)\n", in qesd_init_in()
Dcoreaudio.c201 dolog ("Could not lock voice for %s\nReason: %s\n", in coreaudio_voice_lock()
215 dolog ("Could not unlock voice for %s\nReason: %s\n", in coreaudio_voice_unlock()
276 dolog("Could not destroy mutex\nReason: %s\n", strerror (err)); in coreaudio_voice_fini()
301 dolog("Could not create mutex\nReason: %s\n", strerror (err)); in coreaudio_voice_init()
327 dolog ("Could not initialize %s - Unknown Audiodevice\n", typ); in coreaudio_voice_init()
348 dolog ("warning: Upsizing Output Buffer Frames to %f\n", frameRange.mMinimum); in coreaudio_voice_init()
352 dolog ("warning: Downsizing Output Buffer Frames to %f\n", frameRange.mMaximum); in coreaudio_voice_init()
Dpaaudio.c295 dolog ("Internal logic error: Bad audio format %d\n", afmt); in audfmt_to_pa()
320 dolog ("Internal logic error: Bad pa_sample_format %d\n", fmt); in pa_to_audfmt()
358 dolog ("Could not allocate buffer (%d bytes)\n", in qpa_init_out()
412 dolog ("Could not allocate buffer (%d bytes)\n", in qpa_init_in()
Dmixeng.c304 dolog ("Could not allocate resampler (%zu bytes)\n", sizeof (*rate)); in st_rate_start()
Daudio_int.h248 static void GCC_ATTR dolog (const char *fmt, ...) in dolog() function
/external/qemu/hw/
Ddma.c29 #define dolog(...) fprintf (stderr, "dma: " __VA_ARGS__) macro
88 dolog ("invalid channel %#x %#x\n", nport, data); in write_page()
101 dolog ("invalid channel %#x %#x\n", nport, data); in write_pageh()
114 dolog ("invalid channel read %#x\n", nport); in read_page()
127 dolog ("invalid channel read %#x\n", nport); in read_pageh()
200 dolog ("command %#x not supported\n", data); in write_cont()
267 dolog ("unknown iport %#x\n", iport); in write_cont()
340 dolog ("DMA in address decrement mode\n"); in channel_run()
343 dolog ("DMA not in single mode select %#x\n", opmode); in channel_run()
463 dolog ("unregistered DMA channel used nchan=%d dma_pos=%d dma_len=%d\n", in dma_phony_handler()
/external/libxml2/
Drelaxng.c8054 int dolog);
9771 xmlRelaxNGValidateElementEnd(xmlRelaxNGValidCtxtPtr ctxt, int dolog) in xmlRelaxNGValidateElementEnd() argument
9780 if (dolog) { in xmlRelaxNGValidateElementEnd()
9789 if (dolog) { in xmlRelaxNGValidateElementEnd()
/external/chromium_org/third_party/libxml/src/
Drelaxng.c8054 int dolog);
9742 xmlRelaxNGValidateElementEnd(xmlRelaxNGValidCtxtPtr ctxt, int dolog) in xmlRelaxNGValidateElementEnd() argument
9751 if (dolog) { in xmlRelaxNGValidateElementEnd()
9760 if (dolog) { in xmlRelaxNGValidateElementEnd()