Home
last modified time | relevance | path

Searched refs:RtpDumpPacket (Results 1 – 13 of 13) 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() function
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()
/external/chromium_org/third_party/libjingle/source/talk/media/base/
Drtpdump.cc66 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* ts) const { in GetRtpTimestamp()
91 bool RtpDumpPacket::GetRtpSsrc(uint32* ssrc) const { in GetRtpSsrc()
96 bool RtpDumpPacket::GetRtpHeaderLen(size_t* len) const { in GetRtpHeaderLen()
101 bool RtpDumpPacket::GetRtcpType(int* type) const { in GetRtcpType()
114 talk_base::StreamResult RtpDumpReader::ReadPacket(RtpDumpPacket* packet) { in ReadPacket()
128 char header[RtpDumpPacket::kHeaderLength]; in ReadPacket()
[all …]
Drtpdump.h70 struct RtpDumpPacket { struct
71 RtpDumpPacket() {} in RtpDumpPacket() argument
73 RtpDumpPacket(const void* d, size_t s, uint32 elapsed, bool rtcp) in RtpDumpPacket() function
117 virtual talk_base::StreamResult ReadPacket(RtpDumpPacket* packet); argument
146 virtual talk_base::StreamResult ReadPacket(RtpDumpPacket* packet);
151 void UpdateStreamStatistics(const RtpDumpPacket& packet);
160 void UpdateDumpPacket(RtpDumpPacket* packet);
200 talk_base::StreamResult WritePacket(const RtpDumpPacket& packet) { in WritePacket()
Drtpdump_unittest.cc45 RtpDumpPacket rtp_packet(rtp_buf.Data(), rtp_buf.Length(), 0, false); in TEST()
66 RtpDumpPacket rtcp_packet(rtcp_buf.Data(), rtcp_buf.Length(), 0, true); in TEST()
77 RtpDumpPacket packet; in TEST()
127 RtpDumpPacket packet; in TEST()
165 RtpDumpPacket packet; in TEST()
192 RtpDumpPacket packet; in TEST()
220 RtpDumpPacket packet; in TEST()
261 RtpDumpPacket packet; in TEST()
283 RtpDumpPacket packet; in TEST()
Dfilemediaengine.cc143 bool ReadNextPacket(RtpDumpPacket* packet);
157 RtpDumpPacket rtp_dump_packet_;
252 bool RtpSenderReceiver::ReadNextPacket(RtpDumpPacket* packet) { in ReadNextPacket()
Dtestutils.cc149 RtpDumpPacket dump_packet(buf.Data(), buf.Length(), elapsed_time_ms, rtcp); in WriteTestPackets()
169 RtpDumpPacket packet; in VerifyTestPacketsFromStream()
201 bool RtpTestUtility::VerifyPacket(const RtpDumpPacket* dump, in VerifyPacket()
Dtestutils.h61 struct RtpDumpPacket;
113 static bool VerifyPacket(const RtpDumpPacket* dump,
Dfilemediaengine_unittest.cc187 RtpDumpPacket packet; in GetSsrcAndPacketCounts()
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dmediarecorder_unittest.cc75 talk_base::StreamResult ReadPacket(RtpDumpPacket* packet) { in ReadPacket()
109 RtpDumpPacket packet; in TEST_F()
121 RtpDumpPacket::kHeaderLength + in TEST_F()
130 RtpDumpPacket packet; in TEST_F()
160 RtpDumpPacket packet; in TEST_F()
Dmediarecorder.cc83 current_size + RtpDumpPacket::kHeaderLength + size <= max_size_) { in OnPacket()
Dchannel_unittest.cc1550 cricket::RtpDumpPacket packet; in TestMediaSinks()