HomeSort by relevance Sort by last modified time
    Searched refs:kMaxStoredPackets (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/media/cast/net/rtp_sender/packet_storage/
packet_storage.h 28 static const int kMaxStoredPackets = 1000;
packet_storage_unittest.cc 64 for (uint16 packet_id = 0; packet_id <= PacketStorage::kMaxStoredPackets;
73 for (; packet_id <= PacketStorage::kMaxStoredPackets; ++packet_id) {
packet_storage.cc 65 while (time_to_packet_map_.size() >= kMaxStoredPackets) {

Completed in 76 milliseconds