Searched refs:RTP_TIMER_LOST (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | rtptimerqueue.h | 52 RTP_TIMER_LOST, enumerator
|
D | rtptimerqueue.c | 644 rtp_timer_queue_set_timer (queue, RTP_TIMER_LOST, seqnum, timeout, 0, in rtp_timer_queue_set_lost()
|
D | gstrtpjitterbuffer.c | 3213 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/ |
D | rtptimerqueue.c | 44 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()
|