Searched defs:AddPacket (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
H A Dtransport_feedback_adapter.cc53 void TransportFeedbackAdapter::AddPacket(uint16_t sequence_number, function in class:webrtc::TransportFeedbackAdapter
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp49 GDBRemoteCommunication::History::AddPacket (char packet_char, function in class:GDBRemoteCommunication::History
66 GDBRemoteCommunication::History::AddPacket (const std::string &src, function in class:GDBRemoteCommunication::History
180 m_history.AddPacket (ch, History::ePacketTypeSend, bytes_written);
193 m_history.AddPacket (ch, History::ePacketTypeSend, bytes_written);
231 m_history.AddPacket (packet.GetString(), packet.GetSize(), History::ePacketTypeSend, bytes_written);
465 m_history.AddPacket (m_bytes.c_str(), total_length, History::ePacketTypeRecv, total_length);
/external/webrtc/webrtc/modules/video_coding/test/
H A Drtp_player.cc97 void AddPacket(RawRtpPacket* packet) { function in class:webrtc::rtpplayer::LostPackets
439 lost_packets_.AddPacket(new RawRtpPacket(data, length, ssrc, seq_num));
/external/webrtc/webrtc/
H A Dcommon_types.h838 void AddPacket(size_t packet_length, const RTPHeader& header) { function in struct:webrtc::RtpPacketCounter

Completed in 98 milliseconds