Home
last modified time | relevance | path

Searched refs:audio_bug (Results 1 – 6 of 6) sorted by relevance

/external/qemu/audio/
Daudio_template.h62 if (audio_bug (AUDIO_FUNC, !voice_size && max_voices)) { in glue()
68 if (audio_bug (AUDIO_FUNC, voice_size && !max_voices)) { in glue()
255 if (audio_bug (AUDIO_FUNC, !drv)) { in glue()
260 if (audio_bug (AUDIO_FUNC, !drv->pcm_ops)) { in glue()
283 if (audio_bug (AUDIO_FUNC, hw->samples <= 0)) { in glue()
399 if (audio_bug (AUDIO_FUNC, !card || !card->audio)) { in glue()
427 if (audio_bug (AUDIO_FUNC, in glue()
436 if (audio_bug (AUDIO_FUNC, audio_validate_settings (as))) { in glue()
441 if (audio_bug (AUDIO_FUNC, !glue (s->drv_, TYPE))) { in glue()
Daudio.c224 int audio_bug (const char *funcname, int cond) in audio_bug() function
270 audio_bug ("bits_to_index", 1); in audio_bits_to_index()
286 if (audio_bug ("audio_calloc", cond)) { in audio_calloc()
541 if (audio_bug (AUDIO_FUNC, !prefix)) { in audio_process_options()
546 if (audio_bug (AUDIO_FUNC, !opt)) { in audio_process_options()
958 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) { in audio_pcm_hw_get_live_in()
974 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) { in audio_pcm_sw_get_rpos_in()
997 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) { in audio_pcm_sw_read()
1023 if (audio_bug (AUDIO_FUNC, osamp < 0)) { in audio_pcm_sw_read()
1073 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) { in audio_pcm_hw_get_live_out2()
[all …]
Daudio_int.h224 int audio_bug (const char *funcname, int cond);
Dsdlaudio.c325 if (audio_bug (AUDIO_FUNC, sdl->live < 0 || sdl->live > hw->samples)) { in sdl_callback()
Dfmodaudio.c273 if (audio_bug (AUDIO_FUNC, decr < 0)) { in fmod_run_out()
Ddsoundaudio.c740 if (audio_bug (AUDIO_FUNC, len < 0 || len > bufsize)) { in dsound_run_out()