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

/vbox/src/VBox/Devices/Audio/
H A DDrvHostPulseAudio.cpp845 size_t cbLive = AUDIOMIXBUF_S2B(&pHstStrmOut->MixBuf, cLive); local
846 size_t cbToRead = RT_MIN(cbWriteable, cbLive);
848 LogFlowFunc(("cbToRead=%zu, cbWriteable=%zu, cbLive=%zu\n",
849 cbToRead, cbWriteable, cbLive));
H A DDrvHostDSound.cpp1135 uint32_t cbLive = csLive << cShift; local
1138 cbLive = RT_MIN(cbFree, cbLive);
1140 cbLive &= ~pHstStrmOut->Props.uAlign;
1141 if (cbLive == 0 || cbLive > cbBuffer)
1143 DSLOG(("DSound: cbLive=%d cbBuffer=%d cbPlayWritePos=%d cbPlayPos=%d\n",
1144 cbLive, cbBuffer, cbPlayWritePos, cbPlayPos));
1152 rc = dsoundLockOutput(pDSB, &pHstStrmOut->Props, cbPlayWritePos, cbLive,
1188 AUDIOMIXBUF_S2B(&pHstStrmOut->MixBuf, cReadTotal), cReadTotal, cbLive,
[all...]

Completed in 48 milliseconds