Home
last modified time | relevance | path

Searched refs:ParseRtcp (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/
Drtp_utility.h38 bool ParseRtcp(RTPHeader* header) const;
Drtp_utility.cc133 bool RtpHeaderParser::ParseRtcp(RTPHeader* header) const { in ParseRtcp() function in webrtc::RtpUtility::RtpHeaderParser
/external/webrtc/test/
Drtp_file_reader.cc438 rtp_parser.ParseRtcp(&marker.rtp_header); in ReadPacket()