Lines Matching refs:RTPHistItem
64 } 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 *
209 RTPHistItem *item; in _red_history_get_redundant_block()
318 GstRTPBuffer * rtp, GstBuffer * buffer, RTPHistItem * redundant_block, in _push_red_packet()
340 RTPHistItem *redundant_block; in gst_rtp_red_enc_chain()