Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/sys/directsound/
Dgstdirectsoundsink.h86 gboolean reset_while_sleeping; member
Dgstdirectsoundsink.c669 dsoundsink->reset_while_sleeping = FALSE; in gst_directsound_sink_write()
681 if (dsoundsink->reset_while_sleeping == TRUE) { in gst_directsound_sink_write()
821 dsoundsink->reset_while_sleeping = TRUE; in gst_directsound_sink_reset()
/third_party/gstreamer/gstplugins_bad/sys/directsound/
Dgstdirectsoundsrc.h108 gboolean reset_while_sleeping; member
Dgstdirectsoundsrc.c323 src->reset_while_sleeping = FALSE; in gst_directsound_src_init()
712 dsoundsrc->reset_while_sleeping = FALSE; in gst_directsound_src_read()
722 if (dsoundsrc->reset_while_sleeping == TRUE) { in gst_directsound_src_read()
814 dsoundsrc->reset_while_sleeping = TRUE; in gst_directsound_src_reset()