Searched refs:RTP_PACKET_DUR (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtpstorage.c | 34 #define GST_TSTAMP(i) (RTP_PACKET_DUR * (i) + GST_TSTAMP_BASE) 36 #define RTP_PACKET_DUR (10 * GST_MSECOND) macro 110 "size-time", (guint64) (G_N_ELEMENTS (bufs) - 1) * RTP_PACKET_DUR, NULL); in GST_START_TEST() 142 g_object_set (h->element, "size-time", (guint64) 2 * RTP_PACKET_DUR, NULL); in GST_START_TEST() 162 g_object_set (h->element, "size-time", (guint64) RTP_PACKET_DUR, NULL); in GST_START_TEST() 185 g_object_set (h->element, "size-time", (guint64) 10 * RTP_PACKET_DUR, NULL); in GST_START_TEST() 215 g_object_set (h->element, "size-time", (guint64) 10 * RTP_PACKET_DUR, NULL); in GST_START_TEST() 334 g_object_set (h->element, "size-time", (guint64) 12 * RTP_PACKET_DUR, NULL); in _multiple_ssrcs_test() 457 "size-time", (guint64) STRESS_TEST_STORAGE_DEPTH * RTP_PACKET_DUR, NULL); in GST_START_TEST()
|
D | rtpulpfec.c | 30 #define RTP_PACKET_DUR (10 * GST_MSECOND) macro 157 gst_harness_set (h, "rtpstorage", "size-time", (guint64) 200 * RTP_PACKET_DUR, in harness_rtpulpfecdec()
|