Searched defs:rtp_payload (Results 1 – 2 of 2) sorted by relevance
44 struct rtp_payload { struct45 uint8_t frame_count:4;46 uint8_t rfa0:1;70 struct rtp_payload { argument71 uint8_t is_fragmented:1;72 uint8_t is_first_fragment:1;73 uint8_t is_last_fragment:1;74 uint8_t rfa0:1;75 uint8_t frame_count:4;
97 GstBuffer * rtp_payload) in rtp_hist_item_init()105 rtp_hist_item_new (GstRTPBuffer * rtp, GstBuffer * rtp_payload) in rtp_hist_item_new()114 GstBuffer * rtp_payload) in rtp_hist_item_replace()281 GstRTPBuffer * rtp, GstBuffer * rtp_payload, guint max_history_length) in _red_history_prepend()