Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/session/phone/
Drtpdump.h64 struct RtpDumpPacket { struct
65 RtpDumpPacket() {} in RtpDumpPacket() function
67 RtpDumpPacket(const void* d, size_t s, uint32 elapsed, bool rtcp) in RtpDumpPacket() argument
97 virtual talk_base::StreamResult ReadPacket(RtpDumpPacket* packet); argument
124 virtual talk_base::StreamResult ReadPacket(RtpDumpPacket* packet);
129 void UpdateStreamStatistics(const RtpDumpPacket& packet);
138 void UpdateDumpPacket(RtpDumpPacket* packet);
176 talk_base::StreamResult WritePacket(const RtpDumpPacket& packet) { in WritePacket()
Drtpdump.cc62 bool RtpDumpPacket::IsValidRtpPacket() const { in IsValidRtpPacket()
66 bool RtpDumpPacket::GetRtpSeqNum(uint16* seq_num) const { in GetRtpSeqNum()
74 bool RtpDumpPacket::GetRtpTimestamp(uint32* ts) const { in GetRtpTimestamp()
82 bool RtpDumpPacket::GetRtpSsrc(uint32* ssrc) const { in GetRtpSsrc()
93 talk_base::StreamResult RtpDumpReader::ReadPacket(RtpDumpPacket* packet) { in ReadPacket()
107 char header[RtpDumpPacket::kHeaderLength]; in ReadPacket()
186 talk_base::StreamResult RtpDumpLoopReader::ReadPacket(RtpDumpPacket* packet) { in ReadPacket()
220 void RtpDumpLoopReader::UpdateStreamStatistics(const RtpDumpPacket& packet) { in UpdateStreamStatistics()
259 void RtpDumpLoopReader::UpdateDumpPacket(RtpDumpPacket* packet) { in UpdateDumpPacket()
310 buf.WriteUInt16(static_cast<uint16>(RtpDumpPacket::kHeaderLength + data_len)); in WritePacket()
Dfilemediaengine.cc95 bool ReadNextPacket(RtpDumpPacket* packet);
107 RtpDumpPacket rtp_dump_packet_;
180 bool RtpSenderReceiver::ReadNextPacket(RtpDumpPacket* packet) { in ReadNextPacket()