OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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