HomeSort by relevance Sort by last modified time
    Searched defs:AUDIO_CAP (Results 1 - 14 of 14) sorted by null

  /external/qemu/audio/
audio_win_int.c 6 #define AUDIO_CAP "win-int"
audio_pt_int.c 4 #define AUDIO_CAP "audio-pt"
mixeng.c 28 #define AUDIO_CAP "mixeng"
noaudio.c 28 #define AUDIO_CAP "noaudio"
paaudio.c 9 #define AUDIO_CAP "pulseaudio"
81 AUD_vlog (AUDIO_CAP, fmt, ap);
84 AUD_log (AUDIO_CAP, "Reason: %s\n", FF(pa_strerror) (err));
363 if (audio_pt_init (&pa->pt, qpa_thread_out, hw, AUDIO_CAP, AUDIO_FUNC)) {
417 if (audio_pt_init (&pa->pt, qpa_thread_in, hw, AUDIO_CAP, AUDIO_FUNC)) {
wavaudio.c 29 #define AUDIO_CAP "wav"
coreaudio.c 33 #define AUDIO_CAP "coreaudio"
114 AUD_log (AUDIO_CAP, "Reason: status code %ld\n", status);
118 AUD_log (AUDIO_CAP, "Reason: %s\n", str);
130 AUD_log (AUDIO_CAP, fmt, ap);
145 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ);
148 AUD_vlog (AUDIO_CAP, fmt, ap);
dsoundaudio.c 32 #define AUDIO_CAP "dsound"
227 AUD_log (AUDIO_CAP, "Reason: Unknown (HRESULT %#lx)\n", hr);
231 AUD_log (AUDIO_CAP, "Reason: %s\n", str);
243 AUD_vlog (AUDIO_CAP, fmt, ap);
258 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ);
260 AUD_vlog (AUDIO_CAP, fmt, ap);
esdaudio.c 29 #define AUDIO_CAP "esd"
107 AUD_vlog (AUDIO_CAP, fmt, ap);
110 AUD_log (AUDIO_CAP, "Reason: %s\n", strerror (err));
273 if (audio_pt_init (&esd->pt, qesd_thread_out, esd, AUDIO_CAP, AUDIO_FUNC)) {
481 if (audio_pt_init (&esd->pt, qesd_thread_in, esd, AUDIO_CAP, AUDIO_FUNC)) {
fmodaudio.c 29 #define AUDIO_CAP "fmod"
62 AUD_vlog (AUDIO_CAP, fmt, ap);
65 AUD_log (AUDIO_CAP, "Reason: %s\n",
77 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ);
80 AUD_vlog (AUDIO_CAP, fmt, ap);
83 AUD_log (AUDIO_CAP, "Reason: %s\n",
winaudio.c 28 #define AUDIO_CAP "winaudio"
ossaudio.c 38 #define AUDIO_CAP "oss"
97 AUD_vlog (AUDIO_CAP, fmt, ap);
100 AUD_log (AUDIO_CAP, "Reason: %s\n", strerror (err));
112 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ);
115 AUD_vlog (AUDIO_CAP, fmt, ap);
118 AUD_log (AUDIO_CAP, "Reason: %s\n", strerror (err));
351 AUD_log (AUDIO_CAP, "Returned bogus buffer information(%d, %d) for %s\n",
alsaaudio.c 34 #define AUDIO_CAP "alsa"
178 AUD_vlog (AUDIO_CAP, fmt, ap);
181 AUD_log (AUDIO_CAP, "Reason: %s\n", FF(snd_strerror) (err));
193 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ);
196 AUD_vlog (AUDIO_CAP, fmt, ap);
199 AUD_log (AUDIO_CAP, "Reason: %s\n", FF(snd_strerror) (err));
    [all...]
audio.c 31 #define AUDIO_CAP "audio"
    [all...]

Completed in 171 milliseconds