Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtptimerqueue.h52 RTP_TIMER_LOST, enumerator
Drtptimerqueue.c644 rtp_timer_queue_set_timer (queue, RTP_TIMER_LOST, seqnum, timeout, 0, in rtp_timer_queue_set_lost()
Dgstrtpjitterbuffer.c3213 if (timer->type != RTP_TIMER_LOST) in gst_rtp_jitter_buffer_chain()
3939 timer->type = RTP_TIMER_LOST; in do_expected_timeout()
3967 timer->type = RTP_TIMER_LOST; in do_lost_timeout()
4026 case RTP_TIMER_LOST: in do_timeout()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtptimerqueue.c44 rtp_timer_queue_set_timer (queue, RTP_TIMER_LOST, 0, in GST_START_TEST()
49 fail_unless_equals_int (RTP_TIMER_LOST, timer0->type); in GST_START_TEST()