Home
last modified time | relevance | path

Searched refs:pwfxe (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/directx/wine/dsound/
H A Ddsound.c1548 WAVEFORMATEXTENSIBLE *pwfxe; in DirectSoundDevice_CreateSoundBuffer() local
1555 pwfxe = (WAVEFORMATEXTENSIBLE*)dsbd->lpwfxFormat; in DirectSoundDevice_CreateSoundBuffer()
1557 …if (pwfxe->Format.wBitsPerSample != 16 && pwfxe->Format.wBitsPerSample != 8 && pwfxe->Format.wForm… in DirectSoundDevice_CreateSoundBuffer()
1562 if (pwfxe->Format.wFormatTag == WAVE_FORMAT_EXTENSIBLE) in DirectSoundDevice_CreateSoundBuffer()
1567 WARN("Too small a cbSize %u\n", pwfxe->Format.cbSize); in DirectSoundDevice_CreateSoundBuffer()
1573 …!((IsEqualGUID(&pwfxe->SubFormat, &KSDATAFORMAT_SUBTYPE_PCM) || IsEqualGUID(&pwfxe->SubFormat, &KS… in DirectSoundDevice_CreateSoundBuffer()
1576 WARN("Too big a cbSize %u\n", pwfxe->Format.cbSize); in DirectSoundDevice_CreateSoundBuffer()
1580 …if ((!IsEqualGUID(&pwfxe->SubFormat, &KSDATAFORMAT_SUBTYPE_PCM)) && (!IsEqualGUID(&pwfxe->SubForma… in DirectSoundDevice_CreateSoundBuffer()
1582 if (!IsEqualGUID(&pwfxe->SubFormat, &GUID_NULL)) in DirectSoundDevice_CreateSoundBuffer()
1588 …ValidBitsPerSample(%d) > Format.wBitsPerSample (%d)\n", pwfxe->Samples.wValidBitsPerSample, pwfxe-… in DirectSoundDevice_CreateSoundBuffer()
[all …]
H A Dmixer.c166 WAVEFORMATEXTENSIBLE *pwfxe; in DSOUND_RecalcFormat() local
171 pwfxe = (WAVEFORMATEXTENSIBLE *) dsb->pwfx; in DSOUND_RecalcFormat()
173 …if ((pwfxe->Format.wFormatTag == WAVE_FORMAT_IEEE_FLOAT) || ((pwfxe->Format.wFormatTag == WAVE_FOR… in DSOUND_RecalcFormat()
174 && (IsEqualGUID(&pwfxe->SubFormat, &KSDATAFORMAT_SUBTYPE_IEEE_FLOAT)))) in DSOUND_RecalcFormat()
/reactos/modules/rostests/winetests/mmdevapi/
H A Dcapture.c503 WAVEFORMATEXTENSIBLE *pwfxe = (void*)pwfx; in test_audioclient() local
504 trace("Res: %u\n", pwfxe->Samples.wReserved); in test_audioclient()
505 trace("Mask: %x\n", pwfxe->dwChannelMask); in test_audioclient()
507 IsEqualGUID(&pwfxe->SubFormat, &KSDATAFORMAT_SUBTYPE_PCM)?"PCM": in test_audioclient()
508 (IsEqualGUID(&pwfxe->SubFormat, in test_audioclient()
H A Drender.c211 WAVEFORMATEXTENSIBLE *pwfxe = (void*)pwfx; in test_audioclient() local
212 trace("Res: %u\n", pwfxe->Samples.wReserved); in test_audioclient()
213 trace("Mask: %x\n", pwfxe->dwChannelMask); in test_audioclient()
215 IsEqualGUID(&pwfxe->SubFormat, &KSDATAFORMAT_SUBTYPE_PCM)?"PCM": in test_audioclient()
216 (IsEqualGUID(&pwfxe->SubFormat, in test_audioclient()