HomeSort by relevance Sort by last modified time
    Searched defs:packet_key (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/cast/net/rtp/
rtp_sender.cc 82 const PacketKey& packet_key = it->first; local
83 const uint16 packet_id = packet_key.second.second;
107 packets_to_resend.push_back(std::make_pair(packet_key, packet_copy));
  /external/chromium_org/media/cast/net/pacing/
paced_sender.cc 82 int64 PacedSender::GetLastByteSentForPacket(const PacketKey& packet_key) {
83 PacketSendHistory::const_iterator it = send_history_.find(packet_key);
117 bool PacedSender::ShouldResend(const PacketKey& packet_key,
120 PacketSendHistory::const_iterator it = send_history_.find(packet_key);
130 if (packet_key.second.first == video_ssrc_) {
189 void PacedSender::CancelSendingPacket(const PacketKey& packet_key) {
190 packet_list_.erase(packet_key);
191 priority_packet_list_.erase(packet_key);
195 PacketKey* packet_key) {
201 *packet_key = i->first
280 PacketKey packet_key; local
    [all...]

Completed in 63 milliseconds