Home
last modified time | relevance | path

Searched defs:rtp_payload (Results 1 – 2 of 2) sorted by relevance

/third_party/pulseaudio/src/modules/bluetooth/
Drtp.h44 struct rtp_payload { struct
45 uint8_t frame_count:4;
46 uint8_t rfa0:1;
70 struct rtp_payload { argument
71 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;
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpredenc.c97 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()