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

/vbox/src/VBox/Devices/Audio/
H A DDrvHostDSound.cpp52 DWORD cbBufferOut; member in struct:DSOUNDHOSTCFG
372 pThis->cfg.cbBufferOut,
403 bd.dwBufferBytes = pThis->cfg.cbBufferOut;
454 if (bc.dwBufferBytes != pThis->cfg.cbBufferOut)
457 bc.dwBufferBytes, pThis->cfg.cbBufferOut));
1003 *pcSamples = pThis->cfg.cbBufferOut >> pHstStrmOut->Props.cShift;
1575 pThis->cfg.cbBufferOut = uBufsizeOut;
1582 pThis->cfg.cbBufferOut,

Completed in 58 milliseconds