Home
last modified time | relevance | path

Searched refs:GstRtpRedDec (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpreddec.c85 G_DEFINE_TYPE (GstRtpRedDec, gst_rtp_red_dec, GST_TYPE_ELEMENT);
127 gst_rtp_red_history_update (GstRtpRedDec * self, GQueue * rtp_history, in gst_rtp_red_history_update()
160 rtp_red_buffer_is_valid (GstRtpRedDec * self, GstRTPBuffer * red_rtp, in rtp_red_buffer_is_valid()
223 gst_red_history_lost_seq_num_for_timestamp (GstRtpRedDec * self, in gst_red_history_lost_seq_num_for_timestamp()
290 gst_rtp_red_create_packet (GstRtpRedDec * self, GstRTPBuffer * red_rtp, in gst_rtp_red_create_packet()
320 gst_rtp_red_create_from_redundant_block (GstRtpRedDec * self, in gst_rtp_red_create_from_redundant_block()
354 gst_rtp_red_create_from_main_block (GstRtpRedDec * self, in gst_rtp_red_create_from_main_block()
374 gst_rtp_red_create_from_block (GstRtpRedDec * self, GQueue * rtp_history, in gst_rtp_red_create_from_block()
388 gst_rtp_red_process (GstRtpRedDec * self, GQueue * rtp_history, in gst_rtp_red_process()
408 is_red_pt (GstRtpRedDec * self, guint8 pt) in is_red_pt()
[all …]
Dgstrtpreddec.h31 (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_RTP_RED_DEC,GstRtpRedDec))
39 typedef struct _GstRtpRedDec GstRtpRedDec; typedef