Home
last modified time | relevance | path

Searched refs:DSBVOLUME_MIN (Results 1 – 9 of 9) sorted by relevance

/reactos/dll/directx/dsound_new/
H A Dsecondary.c430 if (lVolume < DSBVOLUME_MIN || lVolume > DSBVOLUME_MAX) in SecondaryDirectSoundBuffer8Impl_fnSetVolume()
H A Dprimary.c405 if (lVolume < DSBVOLUME_MIN || lVolume > DSBVOLUME_MAX) in PrimaryDirectSoundBuffer8Impl_fnSetVolume()
/reactos/dll/directx/wine/dsound/
H A Dprimary.c636 if ((vol > DSBVOLUME_MAX) || (vol < DSBVOLUME_MIN)) { in PrimaryBufferImpl_SetVolume()
H A Dsound3d.c186 dsb->volpan.lVolume = DSBVOLUME_MIN; in DSOUND_Calc3DBuffer()
H A Dbuffer.c208 if ((vol > DSBVOLUME_MAX) || (vol < DSBVOLUME_MIN)) { in IDirectSoundBufferImpl_SetVolume()
/reactos/modules/rostests/winetests/dsound/
H A Dds3d8.c880 volume -= ((DSBVOLUME_MAX-DSBVOLUME_MIN) / 40); in test_primary8()
H A Dds3d.c1041 volume -= ((DSBVOLUME_MAX-DSBVOLUME_MIN) / 40); in test_primary()
/reactos/dll/directx/wine/quartz/
H A Ddsoundrender.c837 if (lVolume > DSBVOLUME_MAX || lVolume < DSBVOLUME_MIN) in Basicaudio_put_Volume()
/reactos/sdk/include/psdk/
H A Ddsound.h230 #define DSBVOLUME_MIN -10000 macro