Searched defs:RtpHeaderParser (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/include/
H A Drtp_header_parser.h20 class RtpHeaderParser { class in namespace:webrtc
22 static RtpHeaderParser* Create();
23 virtual ~RtpHeaderParser() {}
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_utility.h47 class RtpHeaderParser { class in namespace:webrtc::RtpUtility
49 RtpHeaderParser(const uint8_t* rtpData, size_t rtpDataLength);
50 ~RtpHeaderParser();
H A Drtp_utility.cc74 RtpHeaderParser::RtpHeaderParser(const uint8_t* rtpData, function in class:webrtc::RtpUtility::RtpHeaderParser
80 RtpHeaderParser::~RtpHeaderParser() {
83 bool RtpHeaderParser::RTCP() const {
156 bool RtpHeaderParser::ParseRtcp(RTPHeader* header) const {
183 bool RtpHeaderParser::Parse(RTPHeader* header,
299 void RtpHeaderParser::ParseOneByteExtensionHeader(
427 uint8_t RtpHeaderParser::ParsePaddingBytes(

Completed in 103 milliseconds