Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/audiolatency/
Dgstaudiolatency.c208 self->send_pts = 0; in gst_audiolatency_init()
404 if (self->send_pts > 0 && pts - self->send_pts <= 950 * 1000) in gst_audiolatency_src_probe()
416 if (self->send_pts > 0) in gst_audiolatency_src_probe()
417 after = (pts - self->send_pts) / 1000; in gst_audiolatency_src_probe()
422 self->send_pts = pts + offset; in gst_audiolatency_src_probe()
437 if (self->send_pts == 0) in gst_audiolatency_sink_chain()
454 latency = (self->recv_pts - self->send_pts); in gst_audiolatency_sink_chain()
Dgstaudiolatency.h52 gint64 send_pts; member