Searched refs:DSCBSTART_LOOPING (Results 1 – 4 of 4) sorted by relevance
420 if (This->flags & DSCBSTART_LOOPING) in IDirectSoundCaptureBufferImpl_GetStatus()784 if ( (This->index == 0) && !(This->capture_buffer->flags & DSCBSTART_LOOPING) ) { in DSOUND_capture_callback()
485 ASSERT(dwFlags == DSCBSTART_LOOPING); in IDirectSoundCaptureBufferImpl_Start()
390 rc=IDirectSoundCaptureBuffer_Start(dscbo,DSCBSTART_LOOPING); in test_capture_buffer()
393 #define DSCBSTART_LOOPING 0x00000001 macro