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

  /external/chromium_org/media/cast/net/rtp_sender/packet_storage/
packet_storage.cc 51 PacketMapIterator store_it = stored_packets_.begin();
52 for (; store_it != stored_packets_.end();
53 store_it = stored_packets_.begin()) {
54 stored_packets_.erase(store_it);
66 PacketMapIterator store_it = stored_packets_.find(time_it->second);
69 DCHECK(store_it != stored_packets_.end()) << "Invalid state";
73 stored_packets_.erase(store_it);
85 PacketMapIterator store_it = stored_packets_.find(time_it->second);
88 DCHECK(store_it != stored_packets_.end()) << "Invalid state";
92 stored_packets_.erase(store_it)
    [all...]
packet_storage.h 47 PacketMap stored_packets_; member in class:media::cast::PacketStorage

Completed in 45 milliseconds