Searched refs:DSBPAN_RIGHT (Results 1 – 8 of 8) sorted by relevance
451 if (lPan < DSBPAN_LEFT || lPan > DSBPAN_RIGHT) in SecondaryDirectSoundBuffer8Impl_fnSetPan()
427 if (lPan < DSBPAN_LEFT || lPan > DSBPAN_RIGHT) in PrimaryDirectSoundBuffer8Impl_fnSetPan()
979 if ((pan > DSBPAN_RIGHT) || (pan < DSBPAN_LEFT)) { in PrimaryBufferImpl_SetPan()
632 if ((pan > DSBPAN_RIGHT) || (pan < DSBPAN_LEFT)) { in IDirectSoundBufferImpl_SetPan()
888 pan += ((DSBPAN_RIGHT-DSBPAN_LEFT) / 6); in test_primary8()
1049 pan += ((DSBPAN_RIGHT-DSBPAN_LEFT) / 6); in test_primary()
868 if (lBalance < DSBPAN_LEFT || lBalance > DSBPAN_RIGHT) in Basicaudio_put_Balance()
228 #define DSBPAN_RIGHT 10000 macro