Searched refs:speaker_config (Results 1 – 4 of 4) sorted by relevance
/reactos/modules/rostests/winetests/dsound/ |
H A D | dsound8.c | 50 DWORD speaker_config, new_speaker_config, ref_speaker_config; in IDirectSound8_test() local 84 rc=IDirectSound8_GetSpeakerConfig(dso,&speaker_config); in IDirectSound8_test() 142 rc=IDirectSound8_GetSpeakerConfig(dso,&speaker_config); in IDirectSound8_test() 144 ref_speaker_config = speaker_config; in IDirectSound8_test() 146 speaker_config = DSSPEAKER_COMBINED(DSSPEAKER_STEREO, in IDirectSound8_test() 148 if (speaker_config == ref_speaker_config) in IDirectSound8_test() 149 speaker_config = DSSPEAKER_COMBINED(DSSPEAKER_STEREO, in IDirectSound8_test() 152 rc=IDirectSound8_SetSpeakerConfig(dso,speaker_config); in IDirectSound8_test() 158 if (rc==DS_OK && speaker_config!=new_speaker_config) in IDirectSound8_test() 161 speaker_config,new_speaker_config); in IDirectSound8_test()
|
H A D | dsound.c | 48 DWORD speaker_config, new_speaker_config, ref_speaker_config; in IDirectSound_test() local 81 rc=IDirectSound_GetSpeakerConfig(dso,&speaker_config); in IDirectSound_test() 135 rc=IDirectSound_GetSpeakerConfig(dso,&speaker_config); in IDirectSound_test() 137 ref_speaker_config = speaker_config; in IDirectSound_test() 139 speaker_config = DSSPEAKER_COMBINED(DSSPEAKER_STEREO, in IDirectSound_test() 141 if (speaker_config == ref_speaker_config) in IDirectSound_test() 142 speaker_config = DSSPEAKER_COMBINED(DSSPEAKER_STEREO, in IDirectSound_test() 145 rc=IDirectSound_SetSpeakerConfig(dso,speaker_config); in IDirectSound_test() 151 if (rc==DS_OK && speaker_config!=new_speaker_config) in IDirectSound_test() 154 speaker_config,new_speaker_config); in IDirectSound_test()
|
/reactos/dll/directx/wine/dsound/ |
H A D | dsound_private.h | 129 DWORD speaker_config; member
|
H A D | dsound.c | 1156 device->speaker_config = DSSPEAKER_STEREO | (DSSPEAKER_GEOMETRY_NARROW << 16); in DirectSoundDevice_Create() 1718 *lpdwSpeakerConfig = device->speaker_config; in DirectSoundDevice_GetSpeakerConfig() 1733 device->speaker_config = config; in DirectSoundDevice_SetSpeakerConfig()
|