HomeSort by relevance Sort by last modified time
    Searched refs:audio_bug (Results 1 - 5 of 5) sorted by null

  /external/qemu/audio/
audio_template.h 60 if (audio_bug (AUDIO_FUNC, !voice_size && max_voices)) {
66 if (audio_bug (AUDIO_FUNC, voice_size && !max_voices)) {
255 if (audio_bug (AUDIO_FUNC, !drv)) {
260 if (audio_bug (AUDIO_FUNC, !drv->pcm_ops)) {
283 if (audio_bug (AUDIO_FUNC, hw->samples <= 0)) {
398 if (audio_bug (AUDIO_FUNC, !card)) {
425 if (audio_bug (AUDIO_FUNC, !card || !name || !callback_fn || !as)) {
431 if (audio_bug (AUDIO_FUNC, audio_validate_settings (as))) {
436 if (audio_bug (AUDIO_FUNC, !s->drv)) {
audio.c 214 int audio_bug (const char *funcname, int cond) function
266 audio_bug ("bits_to_index", 1);
282 if (audio_bug ("audio_calloc", cond)) {
535 if (audio_bug (AUDIO_FUNC, !prefix)) {
540 if (audio_bug (AUDIO_FUNC, !opt)) {
956 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) {
994 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) {
1017 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) {
1043 if (audio_bug (AUDIO_FUNC, osamp < 0)) {
1094 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples))
    [all...]
audio_int.h 229 int audio_bug (const char *funcname, int cond);
dsoundaudio.c 645 if (audio_bug (AUDIO_FUNC, len < 0 || len > bufsize)) {
fmodaudio.c 260 if (audio_bug (AUDIO_FUNC, decr < 0)) {

Completed in 60 milliseconds