Home
last modified time | relevance | path

Searched refs:DSBPAN_RIGHT (Results 1 – 8 of 8) sorted by relevance

/reactos/dll/directx/dsound_new/
H A Dsecondary.c451 if (lPan < DSBPAN_LEFT || lPan > DSBPAN_RIGHT) in SecondaryDirectSoundBuffer8Impl_fnSetPan()
H A Dprimary.c427 if (lPan < DSBPAN_LEFT || lPan > DSBPAN_RIGHT) in PrimaryDirectSoundBuffer8Impl_fnSetPan()
/reactos/dll/directx/wine/dsound/
H A Dprimary.c979 if ((pan > DSBPAN_RIGHT) || (pan < DSBPAN_LEFT)) { in PrimaryBufferImpl_SetPan()
H A Dbuffer.c632 if ((pan > DSBPAN_RIGHT) || (pan < DSBPAN_LEFT)) { in IDirectSoundBufferImpl_SetPan()
/reactos/modules/rostests/winetests/dsound/
H A Dds3d8.c888 pan += ((DSBPAN_RIGHT-DSBPAN_LEFT) / 6); in test_primary8()
H A Dds3d.c1049 pan += ((DSBPAN_RIGHT-DSBPAN_LEFT) / 6); in test_primary()
/reactos/dll/directx/wine/quartz/
H A Ddsoundrender.c868 if (lBalance < DSBPAN_LEFT || lBalance > DSBPAN_RIGHT) in Basicaudio_put_Balance()
/reactos/sdk/include/psdk/
H A Ddsound.h228 #define DSBPAN_RIGHT 10000 macro