Home
last modified time | relevance | path

Searched refs:DSSPEAKER_COMBINED (Results 1 – 3 of 3) sorted by relevance

/reactos/modules/rostests/winetests/dsound/
H A Ddsound8.c146 speaker_config = DSSPEAKER_COMBINED(DSSPEAKER_STEREO, in IDirectSound8_test()
149 speaker_config = DSSPEAKER_COMBINED(DSSPEAKER_STEREO, in IDirectSound8_test()
H A Ddsound.c139 speaker_config = DSSPEAKER_COMBINED(DSSPEAKER_STEREO, in IDirectSound_test()
142 speaker_config = DSSPEAKER_COMBINED(DSSPEAKER_STEREO, in IDirectSound_test()
/reactos/sdk/include/psdk/
H A Ddsound.h322 #define DSSPEAKER_COMBINED(c, g) ((DWORD)(((BYTE)(c)) | ((DWORD)((BYTE)(g))) << 16)) macro