Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtptimerqueue.h102 void rtp_timer_queue_remove_until (RtpTimerQueue * queue, GstClockTime timeout);
Drtptimerqueue.c532 rtp_timer_queue_remove_until (RtpTimerQueue * queue, GstClockTime timeout) in rtp_timer_queue_remove_until() function
553 rtp_timer_queue_remove_until (queue, GST_CLOCK_TIME_NONE); in rtp_timer_queue_remove_all()
Dgstrtpjitterbuffer.c4114 rtp_timer_queue_remove_until (priv->rtx_stats_timers, now); in wait_next_timeout()