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/transport/rtp_sender/
rtp_sender.cc 104 const PacketKey& packet_key = it->first; local
105 const uint16 packet_id = packet_key.second.second;
129 packets_to_resend.push_back(std::make_pair(packet_key, packet_copy));
  /external/chromium_org/media/cast/transport/pacing/
paced_sender.cc 118 void PacedSender::CancelSendingPacket(const PacketKey& packet_key) {
119 packet_list_.erase(packet_key);
123 PacketKey* packet_key) {
128 *packet_key = i->first;
201 PacketKey packet_key; local
202 PacketRef packet = GetNextPacket(&packet_type, &packet_key);
203 sent_time_[packet_key] = now;
204 sent_time_buffer_[packet_key] = now;

Completed in 1364 milliseconds