Searched refs:RtpUlpFecMapInfo (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpulpfecdec.c | 104 RtpUlpFecMapInfo, \ 134 RtpUlpFecMapInfo *info = RTP_FEC_MAP_INFO_NTH (self, i); in gst_rtp_ulpfec_dec_start() 186 RtpUlpFecMapInfo *info = RTP_FEC_MAP_INFO_NTH (self, it->data); in gst_rtp_ulpfec_dec_get_media_buffers_mask() 203 RtpUlpFecMapInfo *info = RTP_FEC_MAP_INFO_NTH (self, it->data); in gst_rtp_ulpfec_dec_is_recovered_pt_valid() 212 RtpUlpFecMapInfo * info_fec, guint32 ssrc, gint media_pt, guint16 seq, in gst_rtp_ulpfec_dec_recover_from_fec() 226 RtpUlpFecMapInfo *info = RTP_FEC_MAP_INFO_NTH (self, it->data); in gst_rtp_ulpfec_dec_recover_from_fec() 246 RtpUlpFecMapInfo *info; in gst_rtp_ulpfec_dec_recover_from_fec() 283 RtpUlpFecMapInfo *info; in gst_rtp_ulpfec_dec_recover_from_storage() 334 RtpUlpFecMapInfo *info = RTP_FEC_MAP_INFO_NTH (self, in gst_rtp_ulpfec_dec_recover() 587 self->info_arr = g_array_new (FALSE, TRUE, sizeof (RtpUlpFecMapInfo)); in gst_rtp_ulpfec_dec_init()
|
D | rtpulpfeccommon.h | 49 } RtpUlpFecMapInfo; typedef 129 gboolean rtp_ulpfec_map_info_map (GstBuffer *buffer, RtpUlpFecMapInfo *in… 130 void rtp_ulpfec_map_info_unmap (RtpUlpFecMapInfo *info);
|
D | gstrtpulpfecenc.c | 133 RtpUlpFecMapInfo, \ 156 RtpUlpFecMapInfo *info = RTP_FEC_MAP_INFO_NTH (ctx, i); in gst_rtp_ulpfec_enc_stream_ctx_start() 199 RtpUlpFecMapInfo *info = RTP_FEC_MAP_INFO_NTH (ctx, i); in gst_rtp_ulpfec_enc_stream_ctx_get_protection_parameters() 244 RtpUlpFecMapInfo *info = RTP_FEC_MAP_INFO_NTH (ctx, i); in gst_rtp_ulpfec_enc_stream_ctx_protect() 487 ctx->info_arr = g_array_new (FALSE, TRUE, sizeof (RtpUlpFecMapInfo)); in gst_rtp_ulpfec_enc_stream_ctx_new()
|
D | rtpulpfeccommon.c | 337 rtp_ulpfec_map_info_map (GstBuffer * buffer, RtpUlpFecMapInfo * info) in rtp_ulpfec_map_info_map() 371 rtp_ulpfec_map_info_unmap (RtpUlpFecMapInfo * info) in rtp_ulpfec_map_info_unmap()
|