Searched defs:filterVoiceIn (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:
245 typedef struct filterVoiceIn struct
247 /* HW voice input structure, which prepends the filterVoiceIn. */
271 } filterVoiceIn; typedef in typeref:struct:filterVoiceIn
531 filterVoiceIn *pVoice = (filterVoiceIn *)pvCallback;
591 filterVoiceIn *pVoice;
599 pVoice = (filterVoiceIn *)((uint8_t *)phw + filter_conf.pDrv->voice_size_in);
672 filterVoiceIn *pVoice;
680 pVoice = (filterVoiceIn *)((uint8_
[all...]

Completed in 34 milliseconds