Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/directsound/
Dgstdirectsoundsrc.c619 DWORD dwCurrentCaptureCursor = 0; in gst_directsound_src_read() local
670 &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() local
781 &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()