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

/vbox/src/VBox/Devices/Audio/
H A DDrvHostDSound.cpp77 LPDIRECTSOUNDBUFFER pDSB; member in struct:DSOUNDSTREAMOUT
178 static int dsoundPlayRestore(LPDIRECTSOUNDBUFFER pDSB) argument
180 HRESULT hr = IDirectSoundBuffer_Restore(pDSB);
188 static int dsoundUnlockOutput(LPDIRECTSOUNDBUFFER pDSB, argument
192 HRESULT hr = IDirectSoundBuffer_Unlock(pDSB, pv1, cb1, pv2, cb2);
212 static int dsoundLockOutput(LPDIRECTSOUNDBUFFER pDSB, PDMPCMPROPS *pProps, argument
225 HRESULT hr = IDirectSoundBuffer_Lock(pDSB, dwOffset, dwBytes, &pv1, &cb1, &pv2, &cb2, dwFlags);
228 rc = dsoundPlayRestore(pDSB);
231 hr = IDirectSoundBuffer_Lock(pDSB, dwOffset, dwBytes, &pv1, &cb1, &pv2, &cb2, dwFlags);
245 dsoundUnlockOutput(pDSB, pv
497 dsoundPlayGetStatus(LPDIRECTSOUNDBUFFER pDSB, DWORD *pStatus) argument
1066 LPDIRECTSOUNDBUFFER pDSB = pDSoundStrmOut->pDSB; local
[all...]

Completed in 46 milliseconds