Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpredenc.c64 } RTPHistItem; typedef
96 rtp_hist_item_init (RTPHistItem * item, GstRTPBuffer * rtp, in rtp_hist_item_init()
104 static RTPHistItem *
107 RTPHistItem *item = g_slice_new0 (RTPHistItem); in rtp_hist_item_new()
113 rtp_hist_item_replace (RTPHistItem * item, GstRTPBuffer * rtp, in rtp_hist_item_replace()
123 RTPHistItem *item = _item; in rtp_hist_item_free()
125 g_slice_free (RTPHistItem, item); in rtp_hist_item_free()
144 RTPHistItem * redundant_block, GstRTPBuffer * inp_rtp) in _alloc_red_packet_and_fill_headers()
220 GstRTPBuffer * rtp, RTPHistItem * redundant_block, GstBuffer * main_block) in _create_red_packet()
230 static RTPHistItem *
[all …]
Dgstrtpreddec.c62 } RTPHistItem; typedef
64 #define RTP_HIST_ITEM_TIMESTAMP(p) ((RTPHistItem *)p)->timestamp
65 #define RTP_HIST_ITEM_SEQ(p) ((RTPHistItem *)p)->seq
97 static RTPHistItem *
100 return g_slice_new (RTPHistItem); in rtp_hist_item_alloc()
106 g_slice_free (RTPHistItem, item); in rtp_hist_item_free()
130 RTPHistItem *item; in gst_rtp_red_history_update()
229 RTPHistItem *older; in gst_red_history_lost_seq_num_for_timestamp()
230 RTPHistItem *newer; in gst_red_history_lost_seq_num_for_timestamp()