Searched refs:DSBVOLUME_MIN (Results 1 – 9 of 9) sorted by relevance
430 if (lVolume < DSBVOLUME_MIN || lVolume > DSBVOLUME_MAX) in SecondaryDirectSoundBuffer8Impl_fnSetVolume()
405 if (lVolume < DSBVOLUME_MIN || lVolume > DSBVOLUME_MAX) in PrimaryDirectSoundBuffer8Impl_fnSetVolume()
636 if ((vol > DSBVOLUME_MAX) || (vol < DSBVOLUME_MIN)) { in PrimaryBufferImpl_SetVolume()
186 dsb->volpan.lVolume = DSBVOLUME_MIN; in DSOUND_Calc3DBuffer()
208 if ((vol > DSBVOLUME_MAX) || (vol < DSBVOLUME_MIN)) { in IDirectSoundBufferImpl_SetVolume()
880 volume -= ((DSBVOLUME_MAX-DSBVOLUME_MIN) / 40); in test_primary8()
1041 volume -= ((DSBVOLUME_MAX-DSBVOLUME_MIN) / 40); in test_primary()
837 if (lVolume > DSBVOLUME_MAX || lVolume < DSBVOLUME_MIN) in Basicaudio_put_Volume()
230 #define DSBVOLUME_MIN -10000 macro