Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/directsound/
Dgstdirectsoundsrc.c161 if (dsoundsrc->read_wait_clock_id != NULL) in gst_directsound_src_finalize()
162 gst_clock_id_unref (dsoundsrc->read_wait_clock_id); in gst_directsound_src_finalize()
322 src->read_wait_clock_id = NULL; in gst_directsound_src_init()
702 if (G_UNLIKELY (dsoundsrc->read_wait_clock_id == NULL || in gst_directsound_src_read()
704 dsoundsrc->read_wait_clock_id, sleep_until) == FALSE)) { in gst_directsound_src_read()
705 if (dsoundsrc->read_wait_clock_id != NULL) in gst_directsound_src_read()
706 gst_clock_id_unref (dsoundsrc->read_wait_clock_id); in gst_directsound_src_read()
707 dsoundsrc->read_wait_clock_id = in gst_directsound_src_read()
711 clock_id = dsoundsrc->read_wait_clock_id; in gst_directsound_src_read()
816 if (dsoundsrc->read_wait_clock_id != NULL) in gst_directsound_src_reset()
[all …]
Dgstdirectsoundsrc.h107 GstClockID *read_wait_clock_id; member