HomeSort by relevance Sort by last modified time
    Searched full:dolog (Results 1 - 17 of 17) sorted by null

  /external/qemu/audio/
dsound_template.h 114 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",
audio_template.h 48 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 ("hw->samples=%d\n", hw->samples)
    [all...]
audio.c 343 dolog ("Bogus audfmt %d returning S16\n", fmt);
375 dolog ("Bogus audio format `%s' using %s\n",
466 dolog ("No prefix specified\n");
471 dolog ("No options\n");
522 dolog ("Bad value tag for option %s_%s %d\n",
540 dolog ("prefix = NULL\n");
545 dolog ("opt = NULL\n");
556 dolog ("Option value pointer for `%s' is not set\n",
602 dolog ("Bad value tag for option `%s' - %d\n",
617 dolog ("frequency=%d nchannels=%d fmt=", as->freq, as->nchannels)
    [all...]
dsoundaudio.c 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);
341 dolog ("Internal logic error: Bad audio format %d\n", as->freq);
351 dolog ("Invalid wave format, tag is not PCM, but %d\n"
    [all...]
alsaaudio.c 221 dolog ("Internal logic error: Bad audio format %d\n", fmt);
284 dolog ("Unrecognized audio format %d\n", alsafmt);
294 dolog ("parameter | requested value | obtained value\n");
295 dolog ("format | %10d | %10d\n", req->fmt, obt->fmt);
296 dolog ("channels | %10d | %10d\n",
298 dolog ("frequency | %10d | %10d\n", req->freq, obt->freq);
299 dolog ("============================================\n");
300 dolog ("requested: buffer size %d period size %d\n",
302 dolog ("obtained: samples %ld\n", obt->samples);
314 dolog ("Could not fully initialize DAC\n")
    [all...]
wavaudio.c 146 dolog ("WAVE files can not handle 32bit formats\n");
158 dolog ("Could not allocate buffer (%d bytes)\n",
170 dolog ("Failed to open wave file `%s'\nReason: %s\n",
261 dolog("Failed to open wave file '%s'\nReason: %s\n", path,
267 dolog("File '%s' to be a .wav file\n", path);
276 dolog("File '%s' is not a valid .wav file\n", path);
292 dolog("unsupported number of channels (%d) in '%s'\n",
302 dolog("unsupported bytes per sample (%d) in '%s'\n",
308 dolog("invalid bits per sample (%d, expected %d) in '%s'\n",
fmodaudio.c 120 dolog ("Lock returned misaligned length %d, %d, alignment %d\n",
126 dolog ("Lock returned incomplete length %d, %d\n",
207 dolog ("Lock returned misaligned length %d, %d, alignment %d\n",
220 dolog ("warning: !p1 && blen1=%d\n", *blen1);
225 dolog ("warning: !p2 && blen2=%d\n", *blen2);
275 dolog ("decr=%d live=%d ppos=%d old_pos=%d len=%d\n",
334 dolog ("Internal logic error: Bad audio format %d\n", fmt);
553 dolog ("Wrong FMOD version %f, need at least %f\n", ver, FMOD_VERSION);
559 dolog ("FMOD before 3.75 has bug preventing ADC from working\n"
575 dolog ("Unknown FMOD driver `%s'\n", drv)
    [all...]
ossaudio.c 141 dolog ("Internal logic error: Bad audio format %d\n", fmt);
183 dolog ("Unrecognized audio format %d\n", ossfmt);
193 dolog ("parameter | requested value | obtained value\n");
194 dolog ("format | %10d | %10d\n", req->fmt, obt->fmt);
195 dolog ("channels | %10d | %10d\n",
197 dolog ("frequency | %10d | %10d\n", req->freq, obt->freq);
198 dolog ("nfrags | %10d | %10d\n", req->nfrags, obt->nfrags);
199 dolog ("fragsize | %10d | %10d\n",
276 dolog ("Audio parameters mismatch\n");
320 dolog ("warning: Overrun\n")
    [all...]
esdaudio.c 146 dolog ("warning: Misaligned write %d (requested %d), "
185 dolog ("Will use 16 instead of 32 bit samples\n");
195 dolog ("Internal logic error: Bad audio format %d\n", as->fmt);
206 dolog ("Could not allocate buffer (%d bytes)\n",
300 dolog ("warning: Misaligned read %d (requested %d), "
348 dolog ("Will use 16 instead of 32 bit samples\n");
360 dolog ("Could not allocate buffer (%d bytes)\n",
coreaudio.c 204 dolog ("Could not lock voice for %s\nReason: %s\n",
218 dolog ("Could not unlock voice for %s\nReason: %s\n",
279 dolog("Could not destroy mutex\nReason: %s\n", strerror (err));
304 dolog("Could not create mutex\nReason: %s\n", strerror (err));
330 dolog ("Could not initialize %s - Unknown Audiodevice\n", typ);
351 dolog ("warning: Upsizing Output Buffer Frames to %f\n", frameRange.mMinimum);
355 dolog ("warning: Downsizing Output Buffer Frames to %f\n", frameRange.mMaximum);
sdlaudio.c 174 dolog ("Internal logic error: Bad audio format %d\n", fmt);
216 dolog ("Unrecognized SDL audio format %d\n", sdlfmt);
319 /* dolog ("in callback samples=%d\n", samples); */
330 dolog ("sdl->live=%d hw->samples=%d\n",
339 /* dolog ("in callback live=%d\n", live); */
346 /* dolog ("in callback to_mix %d, chunk %d\n", to_mix, chunk); */
361 /* dolog ("done len=%d\n", len); */
audio_int.h 248 static void GCC_ATTR dolog (const char *fmt, ...) function
mixeng.c 304 dolog ("Could not allocate resampler (%zu bytes)\n", sizeof (*rate));
  /external/qemu/hw/
dma.c 29 #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);
461 dolog ("unregistered DMA channel used nchan=%d dma_pos=%d dma_len=%d\n"
    [all...]
  /prebuilt/linux-x86/emulator/
libqemu-audio.a     [all...]
  /external/libxml2/
relaxng.c     [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 

Completed in 176 milliseconds