Lines Matching defs:streamIn
295 PDMAUDIOHSTSTRMIN streamIn;
385 drvHostCoreAudioFiniIn(pInterface, &pStreamIn->streamIn);
387 drvHostCoreAudioInitInput(&pStreamIn->streamIn, NULL /* pcSamples */);
388 drvHostCoreAudioControlIn(pInterface, &pStreamIn->streamIn, PDMAUDIOSTREAMCMD_ENABLE);
507 PPDMAUDIOHSTSTRMIN pHstStrmIN = &pStreamIn->streamIn;
816 drvHostCoreAudioPCMInfoToASBDesc(&pStreamIn->streamIn.Props, &pStreamIn->streamFormat);
1308 drvHostCoreAudioReinitInput(pInterface, &pStreamIn->streamIn);
1702 int rc = drvHostCoreAudioControlIn(pInterface, &pStreamIn->streamIn, PDMAUDIOSTREAMCMD_DISABLE);
1874 int rc = drvAudioStreamCfgToProps(pCfg, &pStreamIn->streamIn.Props);
1889 rc = drvHostCoreAudioInitInput(&pStreamIn->streamIn, pcSamples);