Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtptimerqueue.h68 GstClockTime rtx_last; member
Dgstrtpjitterbuffer.c3845 dts != GST_CLOCK_TIME_NONE && dts > timer->rtx_last) { in update_rtx_stats()
3846 delay = dts - timer->rtx_last; in update_rtx_stats()
3913 timer->rtx_last = gst_clock_get_time (clock); in do_expected_timeout()
3914 timer->rtx_last -= GST_ELEMENT_CAST (jitterbuffer)->base_time; in do_expected_timeout()
3916 timer->rtx_last = now; in do_expected_timeout()
3929 timeout = timer->rtx_last + rtx_retry_timeout; in do_expected_timeout()
3964 if (GST_CLOCK_TIME_IS_VALID (timer->rtx_last)) { in do_lost_timeout()
Drtptimerqueue.c587 timer->rtx_last = GST_CLOCK_TIME_NONE; in rtp_timer_queue_set_timer()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtptimerqueue.c40 fail_unless_equals_uint64 (GST_CLOCK_TIME_NONE, timer10->rtx_last); in GST_START_TEST()
53 fail_unless_equals_uint64 (GST_CLOCK_TIME_NONE, timer0->rtx_last); in GST_START_TEST()