Home
last modified time | relevance | path

Searched refs:fec_seq_base (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpulpfecdec.c180 guint16 fec_seq_base) in gst_rtp_ulpfec_dec_get_media_buffers_mask() argument
189 fec_seq_base, TRUE); in gst_rtp_ulpfec_dec_get_media_buffers_mask()
217 guint16 fec_seq_base = rtp_ulpfec_buffer_get_seq_base (&info_fec->rtp); in gst_rtp_ulpfec_dec_recover_from_fec() local
229 fec_seq_base, TRUE); in gst_rtp_ulpfec_dec_recover_from_fec()
Drtpulpfeccommon.c174 guint16 fec_seq_base, gboolean fec_mask_long) in rtp_ulpfec_packet_mask_from_seqnum() argument
176 gint seq_delta = gst_rtp_buffer_compare_seqnum (fec_seq_base, seq); in rtp_ulpfec_packet_mask_from_seqnum()
Drtpulpfeccommon.h154 guint64 rtp_ulpfec_packet_mask_from_seqnum (guint16 seq, guint16 fec_seq_base, gboo…