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

  /external/qemu/audio/
audio_int.h 71 typedef struct HWVoiceOut {
88 QLIST_ENTRY (HWVoiceOut) entries;
89 } HWVoiceOut;
120 HWVoiceOut *hw;
158 int (*init_out)(HWVoiceOut *hw, struct audsettings *as);
159 void (*fini_out)(HWVoiceOut *hw);
160 int (*run_out) (HWVoiceOut *hw, int live);
162 int (*ctl_out) (HWVoiceOut *hw, int cmd, ...);
178 HWVoiceOut hw;
197 QLIST_HEAD (hw_out_listhead, HWVoiceOut) hw_head_out
    [all...]
noaudio.c 32 HWVoiceOut hw;
41 static int no_run_out (HWVoiceOut *hw, int live)
66 static int no_init_out (HWVoiceOut *hw, struct audsettings *as)
73 static void no_fini_out (HWVoiceOut *hw)
78 static int no_ctl_out (HWVoiceOut *hw, int cmd, ...)
wavaudio.c 38 HWVoiceOut hw;
58 static int wav_out_run (HWVoiceOut *hw, int live)
114 static int wav_out_init (HWVoiceOut *hw, struct audsettings *as)
177 static void wav_out_fini (HWVoiceOut *hw)
205 static int wav_out_ctl (HWVoiceOut *hw, int cmd, ...)
fmodaudio.c 33 HWVoiceOut hw;
94 HWVoiceOut *hw = &fmd->hw;
135 static void fmod_write_sample (HWVoiceOut *hw, uint8_t *dst, int dst_len)
227 static int fmod_run_out (HWVoiceOut *hw, int live)
330 static void fmod_fini_out (HWVoiceOut *hw)
344 static int fmod_init_out (HWVoiceOut *hw, struct audsettings *as)
382 static int fmod_ctl_out (HWVoiceOut *hw, int cmd, ...)
coreaudio.c 458 HWVoiceOut hw;
465 static int coreaudio_run_out (HWVoiceOut *hw, int live)
503 HWVoiceOut *hw = hwptr;
562 static int coreaudio_init_out (HWVoiceOut *hw, struct audsettings *as)
577 static void coreaudio_fini_out (HWVoiceOut *hw)
585 coreaudio_ctl_out (HWVoiceOut *hw, int cmd, ...)
esdaudio.c 71 HWVoiceOut hw;
117 HWVoiceOut *hw = &esd->hw;
198 static int qesd_run_out (HWVoiceOut *hw, int live)
225 static int qesd_init_out (HWVoiceOut *hw, struct audsettings *as)
292 static void qesd_fini_out (HWVoiceOut *hw)
315 static int qesd_ctl_out (HWVoiceOut *hw, int cmd, ...)
paaudio.c 44 HWVoiceOut hw;
90 HWVoiceOut *hw = &pa->hw;
154 static int qpa_run_out (HWVoiceOut *hw, int live)
325 static int qpa_init_out (HWVoiceOut *hw, struct audsettings *as)
433 static void qpa_fini_out (HWVoiceOut *hw)
473 static int qpa_ctl_out (HWVoiceOut *hw, int cmd, ...)
audio.c 850 HWVoiceOut *hw = &cap->hw;
863 static void audio_detach_capture (HWVoiceOut *hw)
891 static int audio_attach_capture (HWVoiceOut *hw)
900 HWVoiceOut *hw_cap = &cap->hw;
963 int audio_pcm_hw_clip_out (HWVoiceOut *hw, void *pcm_buf,
1064 static int audio_pcm_hw_find_min_out (HWVoiceOut *hw, int *nb_livep)
1081 static int audio_pcm_hw_get_live_out (HWVoiceOut *hw, int *nb_live)
1237 HWVoiceOut *hwo = NULL;
1306 HWVoiceOut *hw;
    [all...]
dsound_template.h 152 static void dsound_fini_out (HWVoiceOut *hw)
179 static int dsound_init_out (HWVoiceOut *hw, struct audsettings *as)
dsoundaudio.c 76 HWVoiceOut hw;
352 static void dsound_write_sample (HWVoiceOut *hw, uint8_t *dst, int dst_len)
379 static void dsound_clear_sample (HWVoiceOut *hw, LPDIRECTSOUNDBUFFER dsb)
511 static int dsound_ctl_out (HWVoiceOut *hw, int cmd, ...)
568 static int dsound_run_out (HWVoiceOut *hw, int live)
winaudio.c 91 HWVoiceOut hw;
128 winaudio_out_fini (HWVoiceOut *hw)
159 winaudio_out_init (HWVoiceOut *hw, struct audsettings *as)
254 winaudio_out_run (HWVoiceOut *hw, int live)
321 winaudio_out_ctl (HWVoiceOut *hw, int cmd, ...)
alsaaudio.c 116 HWVoiceOut hw;
374 static int alsa_poll_out (HWVoiceOut *hw)
784 HWVoiceOut *hw = &alsa->hw;
845 static int alsa_run_out (HWVoiceOut *hw, int live)
864 static void alsa_fini_out (HWVoiceOut *hw)
877 static int alsa_init_out (HWVoiceOut *hw, struct audsettings *as)
952 static int alsa_ctl_out (HWVoiceOut *hw, int cmd, ...)
    [all...]
ossaudio.c 46 HWVoiceOut hw;
145 static int oss_poll_out (HWVoiceOut *hw)
386 HWVoiceOut *hw = &oss->hw;
424 static int oss_run_out (HWVoiceOut *hw, int live)
484 static void oss_fini_out (HWVoiceOut *hw)
507 static int oss_init_out (HWVoiceOut *hw, struct audsettings *as)
615 static int oss_ctl_out (HWVoiceOut *hw, int cmd, ...)
audio_template.h 29 #define HW HWVoiceOut

Completed in 97 milliseconds