Home
last modified time | relevance | path

Searched refs:seq_diff (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Drtpstoragestream.c46 gint seq_diff = gst_rtp_buffer_compare_seqnum ( in rtp_storage_item_compare() local
49 if (seq_diff >= 0) in rtp_storage_item_compare()
218 gint seq_diff = gst_rtp_buffer_compare_seqnum (lost_seq, item->seq); in rtp_storage_stream_get_packets_for_recovery() local
220 if (seq_diff >= 0) { in rtp_storage_stream_get_packets_for_recovery()
Dgstrtpreddec.c232 gint seq_diff, lost_packet_idx; in gst_red_history_lost_seq_num_for_timestamp() local
259 seq_diff = gst_rtp_buffer_compare_seqnum (older->seq, newer->seq); in gst_red_history_lost_seq_num_for_timestamp()
260 if (seq_diff <= 1) { in gst_red_history_lost_seq_num_for_timestamp()
261 if (seq_diff == 1) in gst_red_history_lost_seq_num_for_timestamp()
274 for (lost_packet_idx = 1; lost_packet_idx < seq_diff; ++lost_packet_idx) { in gst_red_history_lost_seq_num_for_timestamp()
276 lost_packet_idx * timestamp_diff / seq_diff; in gst_red_history_lost_seq_num_for_timestamp()