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

/vbox/src/VBox/Devices/Audio/
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));
/vbox/include/VBox/vmm/
H A Dpdmaudioifs.h75 uint32_t cMaxHstStrmsIn; member in struct:PDMAUDIOBACKENDCFG

Completed in 361 milliseconds