/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | rtpstorage.c | 77 guint32 ssrc, guint16 lost_seq) in rtp_storage_get_packets_for_recovery() argument 85 lost_seq, fec_pt, ssrc); in rtp_storage_get_packets_for_recovery() 99 " lost_seq=%u for ssrc=%08x", fec_pt, lost_seq, ssrc); in rtp_storage_get_packets_for_recovery() 102 lost_seq); in rtp_storage_get_packets_for_recovery() 114 guint16 lost_seq) in rtp_storage_get_redundant_packet() argument 121 " seq=%u for ssrc=%08x, but size is 0", lost_seq, ssrc); in rtp_storage_get_redundant_packet() 134 ret = rtp_storage_stream_get_redundant_packet (stream, lost_seq); in rtp_storage_get_redundant_packet()
|
D | rtpstoragestream.c | 184 guint8 pt_fec, guint16 lost_seq) in rtp_storage_stream_get_packets_for_recovery() argument 210 if (item->seq == lost_seq) { in rtp_storage_stream_get_packets_for_recovery() 218 gint seq_diff = gst_rtp_buffer_compare_seqnum (lost_seq, item->seq); in rtp_storage_stream_get_packets_for_recovery() 250 GST_PTR_FORMAT, ret_length, lost_seq, stream->ssrc, ret); in rtp_storage_stream_get_packets_for_recovery() 263 guint16 lost_seq) in rtp_storage_stream_get_redundant_packet() argument 268 if (item->seq == lost_seq) { in rtp_storage_stream_get_redundant_packet() 275 lost_seq, stream->ssrc); in rtp_storage_stream_get_redundant_packet()
|
D | rtpstoragestream.h | 57 guint16 lost_seq); 59 guint16 lost_seq);
|
D | rtpstorage.h | 54 guint32 ssrc, guint16 lost_seq); 58 guint16 lost_seq);
|
D | gstrtpreddec.c | 330 guint16 lost_seq = 0; in gst_rtp_red_create_from_redundant_block() local 332 lost_timestamp, &lost_seq)) { in gst_rtp_red_create_from_redundant_block() 335 rtp_red_block_get_payload_type (red_hdr), lost_timestamp, lost_seq, in gst_rtp_red_create_from_redundant_block() 339 rtp_red_block_get_payload_type (red_hdr), lost_seq, lost_timestamp, in gst_rtp_red_create_from_redundant_block()
|
D | gstrtpulpfecdec.c | 119 guint8 fec_pt, guint16 lost_seq) in gst_rtp_ulpfec_dec_start() argument 150 if (lost_seq == gst_rtp_buffer_get_seq (&info->rtp)) { in gst_rtp_ulpfec_dec_start()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtpulpfec.c | 98 lose_and_recover_test (GstHarness * h, guint16 lost_seq, in lose_and_recover_test() argument 111 push_lost_event (h, lost_seq, timestamp, duration, FALSE); in lose_and_recover_test() 228 guint8 lost_pt, guint16 lost_seq, in _recovered_from_fec_base() argument 233 RecoveredPacketInfo info = {.pt = lost_pt,.ssrc = ssrc,.seq = lost_seq }; in _recovered_from_fec_base() 237 lose_and_recover_test (h, lost_seq, lost_packet, lost_packet_size); in _recovered_from_fec_base() 314 guint lost_seq = __i__ + 8476; in GST_START_TEST() local 317 RecoveredPacketInfo info = {.pt = 126,.ssrc = 578322839UL,.seq = lost_seq }; in GST_START_TEST() 326 lose_and_recover_test (h, lost_seq, lost_packet, lost_packet_size); in GST_START_TEST()
|
D | rtpstorage.c | 40 guint16 lost_seq) in get_packets_for_recovery() argument 49 lost_seq); in get_packets_for_recovery() 487 guint16 lost_seq = *((volatile guint16 *) &test_data.seq[ssrc_idx]) - 5; in GST_START_TEST() local 490 test_data.ssrc[ssrc_idx], lost_seq); in GST_START_TEST()
|
D | rtpjitterbuffer.c | 2380 guint16 lost_seq; in GST_START_TEST() local 2387 &lost_seq, &now); in GST_START_TEST() 2394 verify_rtx_event (h, lost_seq, now, (latency_ms - rtx_rtt_ms), in GST_START_TEST() 2401 verify_lost_event (h, lost_seq, now, 0); in GST_START_TEST() 2412 guint16 lost_seq; in GST_START_TEST() local 2419 &lost_seq, &now); in GST_START_TEST() 2426 verify_rtx_event (h, lost_seq, now, latency_ms, frame_dur_ms * GST_MSECOND); in GST_START_TEST() 2427 verify_lost_event (h, lost_seq, now, 0); in GST_START_TEST()
|