Searched refs:fec_mask (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpulpfecdec.c | 215 guint64 fec_mask = rtp_ulpfec_buffer_get_mask (&info_fec->rtp); in gst_rtp_ulpfec_dec_recover_from_fec() local 231 if (fec_mask & packet_mask) { in gst_rtp_ulpfec_dec_recover_from_fec() 232 fec_mask ^= packet_mask; in gst_rtp_ulpfec_dec_recover_from_fec() 337 guint64 fec_mask = rtp_ulpfec_buffer_get_mask (&info->rtp); in gst_rtp_ulpfec_dec_recover() local 350 missing_packets_mask = fec_mask & (~media_mask); in gst_rtp_ulpfec_dec_recover()
|
D | gstrtpulpfecenc.c | 227 guint64 fec_mask = 0; in gst_rtp_ulpfec_enc_stream_ctx_protect() local 239 &fec_mask, &start, &end); in gst_rtp_ulpfec_enc_stream_ctx_protect() 241 tmp_mask = fec_mask; in gst_rtp_ulpfec_enc_stream_ctx_protect() 242 fec_mask_long = rtp_ulpfec_mask_is_long (fec_mask); in gst_rtp_ulpfec_enc_stream_ctx_protect() 260 fec_mask_long, fec_mask, FALSE, pt, seq, timestamp, ssrc); in gst_rtp_ulpfec_enc_stream_ctx_protect()
|
D | rtpulpfeccommon.c | 287 guint16 seq_base, gboolean fec_mask_long, guint64 fec_mask, in rtp_ulpfec_bitstring_to_fec_rtp_buffer() argument 304 fec_level_hdr_set_mask (lvlhdr, fec_mask_long, fec_mask); in rtp_ulpfec_bitstring_to_fec_rtp_buffer()
|
D | rtpulpfeccommon.h | 136 … guint64 fec_mask, gboolean marker, guint8 pt, guint16 seq,
|