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
95 rtp_hist_item_init (RTPHistItem * item, GstRTPBuffer * rtp, in rtp_hist_item_init()
103 static RTPHistItem *
106 RTPHistItem *item = g_slice_new0 (RTPHistItem); in rtp_hist_item_new()
112 rtp_hist_item_replace (RTPHistItem * item, GstRTPBuffer * rtp, in rtp_hist_item_replace()
122 RTPHistItem *item = _item; in rtp_hist_item_free()
124 g_slice_free (RTPHistItem, item); in rtp_hist_item_free()
143 RTPHistItem * redundant_block, GstRTPBuffer * inp_rtp) in _alloc_red_packet_and_fill_headers()
195 GstRTPBuffer * rtp, RTPHistItem * redundant_block, GstBuffer * main_block) in _create_red_packet()
205 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
94 static RTPHistItem *
97 return g_slice_new (RTPHistItem); in rtp_hist_item_alloc()
103 g_slice_free (RTPHistItem, item); in rtp_hist_item_free()
126 RTPHistItem *item; in gst_rtp_red_history_update()
225 RTPHistItem *older; in gst_red_history_lost_seq_num_for_timestamp()
226 RTPHistItem *newer; in gst_red_history_lost_seq_num_for_timestamp()