Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/dsound/
H A Dcapture.c420 if (This->flags & DSCBSTART_LOOPING) in IDirectSoundCaptureBufferImpl_GetStatus()
784 if ( (This->index == 0) && !(This->capture_buffer->flags & DSCBSTART_LOOPING) ) { in DSOUND_capture_callback()
/reactos/dll/directx/dsound_new/
H A Dcapturebuffer.c485 ASSERT(dwFlags == DSCBSTART_LOOPING); in IDirectSoundCaptureBufferImpl_Start()
/reactos/modules/rostests/winetests/dsound/
H A Dcapture.c390 rc=IDirectSoundCaptureBuffer_Start(dscbo,DSCBSTART_LOOPING); in test_capture_buffer()
/reactos/sdk/include/psdk/
H A Ddsound.h393 #define DSCBSTART_LOOPING 0x00000001 macro