Searched refs:max_seqnum (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | ristrtpext.c | 986 guint max_seqnum; in GST_START_TEST() local 998 g_object_get (h->element, "max-ext-seqnum", &max_seqnum, NULL); in GST_START_TEST() 999 fail_unless_equals_int (max_seqnum, 44); in GST_START_TEST() 1008 g_object_get (h->element, "max-ext-seqnum", &max_seqnum, NULL); in GST_START_TEST() 1009 fail_unless_equals_int (max_seqnum, 65536 + 44); in GST_START_TEST() 1021 guint max_seqnum; in GST_START_TEST() local 1033 g_object_get (h->element, "max-ext-seqnum", &max_seqnum, NULL); in GST_START_TEST() 1034 fail_unless_equals_int (max_seqnum, 44); in GST_START_TEST() 1044 g_object_get (h->element, "max-ext-seqnum", &max_seqnum, NULL); in GST_START_TEST() 1045 fail_unless_equals_int (max_seqnum, 65536 + 65536 + 44); in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtpjitterbuffer.c | 3229 guint16 max_seqnum; in check_for_stall() local 3244 max_seqnum = base_seqnum + buffer_array_get_max_seqnum_delta (array); in check_for_stall() 3255 base_seqnum = max_seqnum + 1; in check_for_stall()
|