Searched refs:RTP_VERSION (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | rtpdec.c | 337 avio_w8(pb, (RTP_VERSION << 6) + 1); /* 1 report block */ in ff_rtp_check_and_send_back_rr() 378 avio_w8(pb, (RTP_VERSION << 6) + 1); /* 1 report block */ in ff_rtp_check_and_send_back_rr() 411 bytestream_put_byte(&ptr, (RTP_VERSION << 6)); in ff_rtp_send_punch_packets() 421 bytestream_put_byte(&ptr, (RTP_VERSION << 6)); in ff_rtp_send_punch_packets() 493 avio_w8(pb, (RTP_VERSION << 6) | 1); /* PLI */ in ff_rtp_send_rtcp_feedback() 502 avio_w8(pb, (RTP_VERSION << 6) | 1); /* NACK */ in ff_rtp_send_rtcp_feedback() 849 if ((buf[0] & 0xc0) != (RTP_VERSION << 6)) in rtp_parse_one_packet()
|
D | rtp.h | 78 #define RTP_VERSION 2 macro
|
D | rtpenc.c | 295 avio_w8(s1->pb, RTP_VERSION << 6); in rtcp_send_sr() 307 avio_w8(s1->pb, (RTP_VERSION << 6) + 1); in rtcp_send_sr() 321 avio_w8(s1->pb, (RTP_VERSION << 6) | 1); in rtcp_send_sr() 339 avio_w8(s1->pb, RTP_VERSION << 6); in ff_rtp_send_data()
|
D | rtpproto.c | 433 if ((buf[0] & 0xc0) != (RTP_VERSION << 6)) in rtp_write()
|
/third_party/pulseaudio/src/modules/rtp/ |
D | rfc3550.txt | 4183 #define RTP_VERSION 2 4247 #define RTCP_VALID_VALUE ((RTP_VERSION << 14) | RTCP_SR)
|