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

/vbox/src/VBox/Devices/Audio/
H A Dfilteraudio.c216 * filterVoiceOut and filterVoiceIn are allocated at the end of the original driver HWVoice structure:
220 * filterVoiceOut;
223 typedef struct filterVoiceOut struct
225 /* HW voice input structure, which prepends the filterVoiceOut. */
243 } filterVoiceOut; typedef in typeref:struct:filterVoiceOut
294 static int fltInitOutput(filterVoiceOut *pVoice)
331 filterVoiceOut *pVoice = (filterVoiceOut *)((uint8_t *)phw + filter_conf.pDrv->voice_size_out);
402 filterVoiceOut *pVoice = (filterVoiceOut *)((uint8_
[all...]

Completed in 33 milliseconds