Home
last modified time | relevance | path

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

/third_party/pulseaudio/src/modules/bluetooth/
Drtp.h29 struct rtp_header { struct
30 uint8_t cc:4;
31 uint8_t x:1;
55 struct rtp_header { argument
56 uint8_t v:2;
57 uint8_t p:1;
58 uint8_t x:1;
59 uint8_t cc:4;
61 uint8_t m:1;
62 uint8_t pt:7;
[all …]
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpbin_buffer_list.c50 static const guint8 rtp_header[2][14] = { variable