Searched refs:rtp_header_parser (Results 1 – 4 of 4) sorted by relevance
86 RtpUtility::RtpHeaderParser rtp_header_parser(packet.data, packet.length); in CountRtpPacketsPerSsrc() local88 if (!rtp_header_parser.RTCP() && in CountRtpPacketsPerSsrc()89 rtp_header_parser.Parse(&header, nullptr)) { in CountRtpPacketsPerSsrc()
23 'include/rtp_header_parser.h',38 'source/rtp_header_parser.cc',
16 "include/rtp_header_parser.h",103 "source/rtp_header_parser.cc",
422 rtc::scoped_ptr<RtpHeaderParser> rtp_header_parser( in SendPacket() local424 if (!rtp_header_parser->IsRtcp(data, length)) { in SendPacket()426 if (!rtp_header_parser->Parse(data, length, &header)) { in SendPacket()