Searched refs:dwCurrentCaptureCursor (Results 1 – 1 of 1) sorted by relevance
619 DWORD dwCurrentCaptureCursor = 0; in gst_directsound_src_read() local670 &dwCurrentCaptureCursor, NULL); in gst_directsound_src_read()679 if (dwCurrentCaptureCursor < dsoundsrc->current_circular_offset) { in gst_directsound_src_read()681 (dsoundsrc->current_circular_offset - dwCurrentCaptureCursor); in gst_directsound_src_read()684 dwCurrentCaptureCursor - dsoundsrc->current_circular_offset; in gst_directsound_src_read()770 DWORD dwCurrentCaptureCursor; in gst_directsound_src_delay() local781 &dwCurrentCaptureCursor, NULL); in gst_directsound_src_delay()784 if (dwCurrentCaptureCursor < dsoundsrc->current_circular_offset) { in gst_directsound_src_delay()787 dwCurrentCaptureCursor); in gst_directsound_src_delay()790 dwCurrentCaptureCursor - dsoundsrc->current_circular_offset; in gst_directsound_src_delay()