Home
last modified time | relevance | path

Searched defs:fec (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpulpfecenc.c355 GstBuffer *fec = NULL; in gst_rtp_ulpfec_enc_stream_ctx_push_fec_packets() local
582 gst_rtp_ulpfec_enc_aquire_ctx (GstRtpUlpFecEnc * fec, guint ssrc) in gst_rtp_ulpfec_enc_aquire_ctx()
603 GstRtpUlpFecEnc *fec = GST_RTP_ULPFEC_ENC (parent); in gst_rtp_ulpfec_enc_chain() local
635 GstRtpUlpFecEnc *fec = user_data; in gst_rtp_ulpfec_enc_configure_ctx() local
698 GstRtpUlpFecEnc *fec = GST_RTP_ULPFEC_ENC (object); in gst_rtp_ulpfec_enc_set_property() local
728 GstRtpUlpFecEnc *fec = GST_RTP_ULPFEC_ENC (object); in gst_rtp_ulpfec_enc_get_property() local
754 GstRtpUlpFecEnc *fec = GST_RTP_ULPFEC_ENC (obj); in gst_rtp_ulpfec_enc_dispose() local
764 gst_rtp_ulpfec_enc_init (GstRtpUlpFecEnc * fec) in gst_rtp_ulpfec_enc_init()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpst2022-1-fecenc.c45 parse_header (Rtp2DFecHeader * fec, guint8 * data, guint len) in parse_header()
97 Rtp2DFecHeader fec; in pull_and_check() local
Drtpulpfec.c258 const guint8 fec[] = SAMPLE_ULPFEC0_FEC; in GST_START_TEST() local
557 const guint8 fec[] = SAMPLE_ULPFEC0_FEC; in GST_START_TEST() local
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtpst2022-1-fecdec.c289 parse_header (GstRTPBuffer * rtp, Rtp2DFecHeader * fec) in parse_header()
394 xor_items (GstRTPST_2022_1_FecDec * dec, Rtp2DFecHeader * fec, GList * packets, in xor_items()
499 check_fec (GstRTPST_2022_1_FecDec * dec, Rtp2DFecHeader * fec) in check_fec()
559 Rtp2DFecHeader fec; in check_fec_item() local
621 Rtp2DFecHeader fec = { 0, }; in gst_rtpst_2022_1_fecdec_sink_chain_fec() local
Dgstrtpst2022-1-fecenc.c256 fec_packet_update (FecPacket * fec, GstRTPBuffer * rtp) in fec_packet_update()
315 queue_fec_packet (GstRTPST_2022_1_FecEnc * enc, FecPacket * fec, gboolean row) in queue_fec_packet()
/third_party/ffmpeg/libavcodec/
Dlibopusenc.c37 int fec; member
/third_party/ffmpeg/libavformat/
Dprompeg.c218 static int prompeg_write_fec(URLContext *h, PrompegFec *fec, uint8_t type) { in prompeg_write_fec()