Lines Matching refs:RtpDumpPacket
66 bool RtpDumpPacket::IsValidRtpPacket() const { in IsValidRtpPacket()
71 bool RtpDumpPacket::IsValidRtcpPacket() const { in IsValidRtcpPacket()
76 bool RtpDumpPacket::GetRtpPayloadType(int* pt) const { in GetRtpPayloadType()
81 bool RtpDumpPacket::GetRtpSeqNum(int* seq_num) const { in GetRtpSeqNum()
86 bool RtpDumpPacket::GetRtpTimestamp(uint32_t* ts) const { in GetRtpTimestamp()
91 bool RtpDumpPacket::GetRtpSsrc(uint32_t* ssrc) const { in GetRtpSsrc()
96 bool RtpDumpPacket::GetRtpHeaderLen(size_t* len) const { in GetRtpHeaderLen()
101 bool RtpDumpPacket::GetRtcpType(int* type) const { in GetRtcpType()
114 rtc::StreamResult RtpDumpReader::ReadPacket(RtpDumpPacket* packet) { in ReadPacket()
128 char header[RtpDumpPacket::kHeaderLength]; in ReadPacket()
223 rtc::StreamResult RtpDumpLoopReader::ReadPacket(RtpDumpPacket* packet) { in ReadPacket()
257 void RtpDumpLoopReader::UpdateStreamStatistics(const RtpDumpPacket& packet) { in UpdateStreamStatistics()
296 void RtpDumpLoopReader::UpdateDumpPacket(RtpDumpPacket* packet) { in UpdateDumpPacket()
377 static_cast<uint16_t>(RtpDumpPacket::kHeaderLength + write_len)); in WritePacket()