Searched refs:expected_seqnum (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtprtx.c | 25 #define verify_buf(buf, is_rtx, expected_ssrc, expted_pt, expected_seqnum) \ argument 32 fail_unless_equals_int (gst_rtp_buffer_get_seq (&_rtp), expected_seqnum); \ 35 (&_rtp)), expected_seqnum); \ 40 #define pull_and_verify(h, is_rtx, expected_ssrc, expted_pt, expected_seqnum) \ argument 43 verify_buf (_buf, is_rtx, expected_ssrc, expted_pt, expected_seqnum); \ 47 #define push_pull_and_verify(h, buf, is_rtx, expected_ssrc, expted_pt, expected_seqnum) \ argument 50 pull_and_verify (h, is_rtx, expected_ssrc, expted_pt, expected_seqnum); \
|
D | rtpjitterbuffer.c | 2661 guint expected_seqnum = seqnum_base + i; in GST_START_TEST() local 2662 fail_unless_equals_int (expected_seqnum, get_rtp_seq_num (buf)); in GST_START_TEST() 2704 guint expected_seqnum = seqnum_base + i; in GST_START_TEST() local 2705 fail_unless_equals_int (expected_seqnum, get_rtp_seq_num (buf)); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
D | rtpjitterbuffer.c | 1520 guint16 expected_seqnum = last_item->seqnum + 1; in rtp_jitter_buffer_can_fast_start() local 1522 if (expected_seqnum != item->seqnum) { in rtp_jitter_buffer_can_fast_start()
|