Searched refs:RtpCastTestHeader (Results 1 – 3 of 3) sorted by relevance
16 struct RtpCastTestHeader { struct17 RtpCastTestHeader();18 ~RtpCastTestHeader();45 bool Parse(RtpCastTestHeader* parsed_packet) const; argument48 bool ParseCommon(RtpCastTestHeader* parsed_packet) const;49 bool ParseCast(RtpCastTestHeader* parsed_packet) const;
19 RtpCastTestHeader::RtpCastTestHeader() in RtpCastTestHeader() function in media::cast::RtpCastTestHeader35 RtpCastTestHeader::~RtpCastTestHeader() {} in ~RtpCastTestHeader()42 bool RtpHeaderParser::Parse(RtpCastTestHeader* parsed_packet) const { in Parse()50 bool RtpHeaderParser::ParseCommon(RtpCastTestHeader* parsed_packet) const { in ParseCommon()84 bool RtpHeaderParser::ParseCast(RtpCastTestHeader* parsed_packet) const { in ParseCast()
42 void VerifyRtpHeader(const RtpCastTestHeader& rtp_header) { in VerifyRtpHeader()47 void VerifyCommonRtpHeader(const RtpCastTestHeader& rtp_header) { in VerifyCommonRtpHeader()55 void VerifyCastRtpHeader(const RtpCastTestHeader& rtp_header) { in VerifyCastRtpHeader()67 RtpCastTestHeader rtp_header; in SendPacket()