Searched refs:cMaxHstStrmsIn (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A DDrvHostNullAudio.cpp95 pCfg->cMaxHstStrmsIn = 2; /* Line input + microphone input. */
H A DDrvAudio.cpp1255 uint32_t cMaxHstStrmsIn = pThis->BackendCfg.cMaxHstStrmsIn; local
1266 if (pThis->cFreeInputStreams > cMaxHstStrmsIn)
1269 pThis->cFreeInputStreams, cMaxHstStrmsIn));
1270 pThis->cFreeInputStreams = cMaxHstStrmsIn;
1276 LogFlowFunc(("cMaxHstStrmsOut=%RU32 (cb=%RU32), cMaxHstStrmsIn=%RU32 (cb=%RU32)\n",
1277 cMaxHstStrmsOut, cbHstStrmsOut, cMaxHstStrmsIn, cbHstStrmIn));
H A DDrvHostDSound.cpp971 pCtx->pCfg->cMaxHstStrmsIn++;
1466 pCfg->cMaxHstStrmsIn = 0;
1482 DSLOGREL(("DSound: Found %RU32 host capturing devices\n", pCfg->cMaxHstStrmsIn));
1483 if (pCfg->cMaxHstStrmsIn < 2)
1485 DSLOGREL(("DSound: Adjusting the number of host capturing devices from %RU32 to 2\n", pCfg->cMaxHstStrmsIn));
1486 pCfg->cMaxHstStrmsIn = 2; /* Support at least two streams (line in + mic). */
H A DDrvHostALSAAudio.cpp1276 pCfg->cMaxHstStrmsIn = INT_MAX;
H A DDrvHostOSSAudio.cpp554 pCfg->cMaxHstStrmsIn = INT_MAX;
H A DDrvHostPulseAudio.cpp1087 pCfg->cMaxHstStrmsIn = INT_MAX;
H A DDrvHostCoreAudio.cpp1985 pAudioConf->cMaxHstStrmsIn = 2;
/vbox/include/VBox/vmm/
H A Dpdmaudioifs.h75 uint32_t cMaxHstStrmsIn; member in struct:PDMAUDIOBACKENDCFG
/vbox/src/VBox/Main/src-client/
H A DDrvAudioVRDE.cpp370 pCfg->cMaxHstStrmsIn = 2; /* Microphone in + Line in. */
H A DDrvAudioVideoRec.cpp626 pAudioConf->cMaxHstStrmsIn = 1;

Completed in 77 milliseconds