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

  /external/qemu/audio/
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);
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",
audio_win_int.c 6 #define AUDIO_CAP "win-int"
audio_int.h 253 AUD_vlog (AUDIO_CAP, fmt, ap);
263 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)) {
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)) {
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",
audio_pt_int.c 4 #define AUDIO_CAP "audio-pt"
noaudio.c 28 #define AUDIO_CAP "noaudio"
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);
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...]
mixeng.c 28 #define AUDIO_CAP "mixeng"
wavaudio.c 29 #define AUDIO_CAP "wav"
winaudio.c 28 #define AUDIO_CAP "winaudio"
audio.c 31 #define AUDIO_CAP "audio"
    [all...]
  /external/qemu/
vnc.h 152 CaptureVoiceOut *audio_cap; member in struct:VncState
vnc-android.c 723 if (vs->output.offset && !vs->audio_cap && !vs->force_update) {
765 if (!has_dirty && !vs->audio_cap && !vs->force_update) {
864 if (vs->audio_cap) {
873 vs->audio_cap = AUD_add_capture(&vs->as, &ops, vs);
874 if (!vs->audio_cap) {
881 if (vs->audio_cap) {
882 AUD_del_capture(vs->audio_cap, vs);
883 vs->audio_cap = NULL;
    [all...]
vnc.c 717 if (vs->output.offset && !vs->audio_cap && !vs->force_update) {
759 if (!has_dirty && !vs->audio_cap && !vs->force_update) {
858 if (vs->audio_cap) {
867 vs->audio_cap = AUD_add_capture(&vs->as, &ops, vs);
868 if (!vs->audio_cap) {
875 if (vs->audio_cap) {
876 AUD_del_capture(vs->audio_cap, vs);
877 vs->audio_cap = NULL;
    [all...]

Completed in 164 milliseconds