Searched refs:fec_mask_long (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | rtpulpfeccommon.c | 165 rtp_ulpfec_get_headers_len (gboolean fec_mask_long) in rtp_ulpfec_get_headers_len() argument 167 return sizeof (RtpUlpFecHeader) + fec_level_hdr_get_size (fec_mask_long); in rtp_ulpfec_get_headers_len() 174 guint16 fec_seq_base, gboolean fec_mask_long) in rtp_ulpfec_packet_mask_from_seqnum() argument 178 && seq_delta <= RTP_ULPFEC_SEQ_BASE_OFFSET_MAX (fec_mask_long)) { in rtp_ulpfec_packet_mask_from_seqnum() 231 gboolean fec_buffer, gboolean fec_mask_long) in rtp_buffer_to_ulpfec_bitstring() argument 240 guint dst_offset = rtp_ulpfec_get_headers_len (fec_mask_long); in rtp_buffer_to_ulpfec_bitstring() 255 gboolean fec_mask_long, guint32 ssrc, guint16 seq) in rtp_ulpfec_bitstring_to_media_rtp_buffer() argument 257 guint fec_hdrs_len = rtp_ulpfec_get_headers_len (fec_mask_long); in rtp_ulpfec_bitstring_to_media_rtp_buffer() 287 guint16 seq_base, gboolean fec_mask_long, guint64 fec_mask, in rtp_ulpfec_bitstring_to_fec_rtp_buffer() argument 298 hdr->L = fec_mask_long; in rtp_ulpfec_bitstring_to_fec_rtp_buffer() [all …]
|
D | rtpulpfeccommon.h | 132 … gboolean fec_buffer, gboolean fec_mask_long); 134 … gboolean fec_mask_long, guint32 ssrc, guint16 seq); 135 … * rtp_ulpfec_bitstring_to_fec_rtp_buffer (GArray *arr, guint16 seq_base, gboolean fec_mask_long, 152 guint rtp_ulpfec_get_headers_len (gboolean fec_mask_long); 154 …p_ulpfec_packet_mask_from_seqnum (guint16 seq, guint16 fec_seq_base, gboolean fec_mask_long);
|
D | gstrtpulpfecdec.c | 216 gboolean fec_mask_long = rtp_ulpfec_buffer_get_fechdr (&info_fec->rtp)->L; in gst_rtp_ulpfec_dec_recover_from_fec() local 223 fec_mask_long); in gst_rtp_ulpfec_dec_recover_from_fec() 234 fec_mask_long); in gst_rtp_ulpfec_dec_recover_from_fec() 240 fec_mask_long, ssrc, seq); in gst_rtp_ulpfec_dec_recover_from_fec()
|
D | gstrtpulpfecenc.c | 231 gboolean fec_mask_long; in gst_rtp_ulpfec_enc_stream_ctx_protect() local 242 fec_mask_long = rtp_ulpfec_mask_is_long (fec_mask); in gst_rtp_ulpfec_enc_stream_ctx_protect() 253 fec_mask_long); 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()
|