Searched refs:GetRtpSsrc (Results 1 - 4 of 4) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dfilemediaengine.cc183 if (!packet->GetRtpSsrc(&ssrc)) {
H A Drtpdump.h79 bool GetRtpSsrc(uint32* ssrc) const;
H A Drtpdump.cc82 bool RtpDumpPacket::GetRtpSsrc(uint32* ssrc) const { function in class:cricket::RtpDumpPacket
H A Dchannel.cc80 static uint32 GetRtpSsrc(const talk_base::Buffer* packet) { function in namespace:cricket
307 << ", SSRC=" << GetRtpSsrc(packet);
349 << ", SSRC=" << GetRtpSsrc(packet);

Completed in 1023 milliseconds