HomeSort by relevance Sort by last modified time
    Searched defs:RtcpParser (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/cast/net/rtcp/
rtcp_utility.cc 13 RtcpParser::RtcpParser(uint32 local_ssrc, uint32 remote_ssrc) :
22 RtcpParser::~RtcpParser() {}
24 bool RtcpParser::Parse(base::BigEndianReader* reader) {
65 bool RtcpParser::ParseCommonHeader(base::BigEndianReader* reader,
101 bool RtcpParser::ParseSR(base::BigEndianReader* reader,
127 bool RtcpParser::ParseRR(base::BigEndianReader* reader,
143 bool RtcpParser::ParseReportBlock(base::BigEndianReader* reader) {
160 bool RtcpParser::ParseApplicationDefined(base::BigEndianReader* reader
    [all...]
rtcp_utility.h 35 class RtcpParser {
37 RtcpParser(uint32 local_ssrc, uint32 remote_ssrc);
38 ~RtcpParser();
107 DISALLOW_COPY_AND_ASSIGN(RtcpParser);

Completed in 641 milliseconds