Home
last modified time | relevance | path

Searched refs:LPDIRECTSOUNDBUFFER (Results 1 – 17 of 17) sorted by relevance

/reactos/sdk/include/dxsdk/
H A Damaudio.h21 STDMETHOD(GetPrimaryBufferInterface)(THIS_ LPDIRECTSOUNDBUFFER *lplpdsb) PURE; in DECLARE_INTERFACE_()
22 STDMETHOD(GetSecondaryBufferInterface)(THIS_ LPDIRECTSOUNDBUFFER *lplpdsb) PURE; in DECLARE_INTERFACE_()
24 STDMETHOD(ReleasePrimaryBufferInterface)(THIS_ LPDIRECTSOUNDBUFFER lpdsb) PURE; in DECLARE_INTERFACE_()
25 STDMETHOD(ReleaseSecondaryBufferInterface)(THIS_ LPDIRECTSOUNDBUFFER lpdsb) PURE; in DECLARE_INTERFACE_()
H A Ddmusics.h216 …STDMETHOD(SetDirectSound)(THIS_ LPDIRECTSOUND pDirectSound, LPDIRECTSOUNDBUFFER pDirectSoundBuffer… in DECLARE_INTERFACE_()
H A Ddmusicc.h670 …STDMETHOD(SetDirectSound)(THIS_ LPDIRECTSOUND pDirectSound, LPDIRECTSOUNDBUFFER pDirectSoundBuffer… in DECLARE_INTERFACE_()
/reactos/dll/directx/wine/dsound/
H A Dprimary.c614 LPDIRECTSOUNDBUFFER iface, in PrimaryBufferImpl_SetFormat()
623 LPDIRECTSOUNDBUFFER iface,LONG vol in PrimaryBufferImpl_SetVolume()
668 LPDIRECTSOUNDBUFFER iface,LPLONG vol in PrimaryBufferImpl_GetVolume()
697 LPDIRECTSOUNDBUFFER iface,DWORD freq in PrimaryBufferImpl_SetFrequency()
813 LPDIRECTSOUNDBUFFER iface,LPDWORD status in PrimaryBufferImpl_GetStatus()
835 LPDIRECTSOUNDBUFFER iface, in PrimaryBufferImpl_GetFormat()
955 LPDIRECTSOUNDBUFFER iface,DWORD newpos in PrimaryBufferImpl_SetCurrentPosition()
966 LPDIRECTSOUNDBUFFER iface,LONG pan in PrimaryBufferImpl_SetPan()
1014 LPDIRECTSOUNDBUFFER iface,LPLONG pan in PrimaryBufferImpl_GetPan()
1072 LPDIRECTSOUNDBUFFER iface in PrimaryBufferImpl_Restore()
[all …]
H A Ddsound.c447 LPDIRECTSOUNDBUFFER psb, in IDirectSound_IDirectSound_DuplicateSoundBuffer()
688 LPDIRECTSOUNDBUFFER psb, in IDirectSound8_IDirectSound_DuplicateSoundBuffer()
850 LPDIRECTSOUNDBUFFER psb, in IDirectSound8_IDirectSound8_DuplicateSoundBuffer()
1533 *ppdsb = (LPDIRECTSOUNDBUFFER)(device->primary); in DirectSoundDevice_CreateSoundBuffer()
1623 LPDIRECTSOUNDBUFFER psb, in DirectSoundDevice_DuplicateSoundBuffer()
H A Dbuffer.c51 return IDirectSoundBuffer_QueryInterface((LPDIRECTSOUNDBUFFER)This->dsb, riid, ppobj); in IDirectSoundNotifyImpl_QueryInterface()
70 IDirectSoundBuffer_Release((LPDIRECTSOUNDBUFFER)This->dsb); in IDirectSoundNotifyImpl_Release()
149 IDirectSoundBuffer_AddRef((LPDIRECTSOUNDBUFFER)dsb); in IDirectSoundNotifyImpl_Create()
1410 IDirectSoundBuffer_AddRef((LPDIRECTSOUNDBUFFER)dsb); in IKsBufferPropertySetImpl_Create()
H A Ddsound_private.h171 LPDIRECTSOUNDBUFFER psb,
H A Dduplex.c195 LPDIRECTSOUNDBUFFER psb, in IDirectSoundFullDuplex_IDirectSound8_DuplicateSoundBuffer()
/reactos/modules/rostests/winetests/dsound/
H A Ddsound_test.h103 extern void test_buffer(LPDIRECTSOUND,LPDIRECTSOUNDBUFFER*,
106 extern void test_buffer8(LPDIRECTSOUND8,LPDIRECTSOUNDBUFFER*,
H A Dds3d8.c35 LPDIRECTSOUNDBUFFER dsbo;
167 void test_buffer8(LPDIRECTSOUND8 dso, LPDIRECTSOUNDBUFFER * dsbo, in test_buffer8()
346 LPDIRECTSOUNDBUFFER temp_buffer; in test_buffer8()
542 LPDIRECTSOUNDBUFFER primary=NULL,secondary=NULL; in test_secondary8()
722 LPDIRECTSOUNDBUFFER duplicated=NULL; in test_secondary8()
832 LPDIRECTSOUNDBUFFER primary=NULL; in test_primary8()
914 LPDIRECTSOUNDBUFFER primary=NULL; in test_primary_3d8()
985 LPDIRECTSOUNDBUFFER primary=NULL; in test_primary_3d_with_listener8()
1025 LPDIRECTSOUNDBUFFER temp_buffer=NULL; in test_primary_3d_with_listener8()
H A Dds3d.c176 LPDIRECTSOUNDBUFFER dsbo;
315 void test_buffer(LPDIRECTSOUND dso, LPDIRECTSOUNDBUFFER *dsbo, in test_buffer()
510 LPDIRECTSOUNDBUFFER temp_buffer; in test_buffer()
711 LPDIRECTSOUNDBUFFER primary=NULL,secondary=NULL; in test_secondary()
884 LPDIRECTSOUNDBUFFER duplicated=NULL; in test_secondary()
992 LPDIRECTSOUNDBUFFER primary=NULL; in test_primary()
1075 LPDIRECTSOUNDBUFFER primary=NULL; in test_primary_3d()
1146 LPDIRECTSOUNDBUFFER primary=NULL; in test_primary_3d_with_listener()
1180 LPDIRECTSOUNDBUFFER temp_buffer=NULL; in test_primary_3d_with_listener()
H A Ddsound.c313 LPDIRECTSOUNDBUFFER secondary; in test_dsound()
359 LPDIRECTSOUNDBUFFER primary=NULL,second=NULL,third=NULL; in test_primary()
527 LPDIRECTSOUNDBUFFER primary=NULL,secondary=NULL; in test_primary_secondary()
668 LPDIRECTSOUNDBUFFER primary=NULL,secondary=NULL; in test_secondary()
883 LPDIRECTSOUNDBUFFER secondary=NULL; in test_block_align()
952 LPDIRECTSOUNDBUFFER primary=NULL,secondary=NULL; in test_frequency()
1047 static HRESULT test_notify(LPDIRECTSOUNDBUFFER dsb, in test_notify()
1079 LPDIRECTSOUNDBUFFER primary=NULL; in test_duplicate()
1105 LPDIRECTSOUNDBUFFER original=NULL; in test_duplicate()
1119 LPDIRECTSOUNDBUFFER duplicated=NULL; in test_duplicate()
[all …]
H A Ddsound8.c320 LPDIRECTSOUNDBUFFER secondary; in test_dsound8()
378 LPDIRECTSOUNDBUFFER primary=NULL,second=NULL,third=NULL; in test_primary8()
527 LPDIRECTSOUNDBUFFER primary=NULL,secondary=NULL; in test_primary_secondary8()
668 LPDIRECTSOUNDBUFFER primary=NULL,secondary=NULL; in test_secondary8()
H A Dpropset.c558 LPDIRECTSOUNDBUFFER primary=NULL,secondary=NULL; in dsenum_callback()
/reactos/dll/directx/dsound_new/
H A Ddirectsound.c134 *lplpDirectSoundBuffer = (LPDIRECTSOUNDBUFFER)This->PrimaryBuffer; in IDirectSound8_fnCreateSoundBuffer()
220 LPDIRECTSOUNDBUFFER lpDsbOriginal, in IDirectSound8_fnDuplicateSoundBuffer()
/reactos/sdk/include/psdk/
H A Ddsound.h76 typedef struct IDirectSoundBuffer *LPDIRECTSOUNDBUFFER,**LPLPDIRECTSOUNDBUFFER; typedef
440 …STDMETHOD(DuplicateSoundBuffer)(THIS_ LPDIRECTSOUNDBUFFER lpDsbOriginal, LPLPDIRECTSOUNDBUFFER lpl… in DECLARE_INTERFACE_()
493 …STDMETHOD(DuplicateSoundBuffer)(THIS_ LPDIRECTSOUNDBUFFER lpDsbOriginal, LPLPDIRECTSOUNDBUFFER lpl… in DECLARE_INTERFACE_()
/reactos/dll/directx/wine/quartz/
H A Ddsoundrender.c62 LPDIRECTSOUNDBUFFER dsbuffer;