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