Searched defs:SWVoiceOut (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A Daudio.h95 typedef struct SWVoiceOut SWVoiceOut; typedef in typeref:struct:SWVoiceOut
127 SWVoiceOut *AUD_open_out (
129 SWVoiceOut *sw,
136 void AUD_close_out (QEMUSoundCard *card, SWVoiceOut *sw);
137 int AUD_write (SWVoiceOut *sw, void *pcm_buf, int size);
138 int AUD_get_buffer_size_out (SWVoiceOut *sw);
139 void AUD_set_active_out (SWVoiceOut *sw, int on);
140 int AUD_is_active_out (SWVoiceOut *sw);
142 void AUD_init_time_stamp_out (SWVoiceOut *s
[all...]
H A Daudio_int.h95 LIST_HEAD (sw_out_listhead, SWVoiceOut) sw_head;
119 struct SWVoiceOut { struct
133 LIST_ENTRY (SWVoiceOut) entries;
170 int (*write) (SWVoiceOut *sw, void *buf, int size);
194 SWVoiceOut sw;
235 int audio_pcm_sw_write (SWVoiceOut *sw, void *buf, int len);

Completed in 33 milliseconds