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

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe.cc 27 // total order in the set. For (x,y,z) subset of the LinkedSet,
124 // Take into account all LinkedSet content.
132 // Compute Loss for the whole LinkedSet and updates loss_account_.
214 LinkedSet::~LinkedSet() {
219 void LinkedSet::Insert(uint16_t sequence_number,
242 void LinkedSet::Insert(PacketIdentifierNode packet_identifier) {
247 void LinkedSet::RemoveTail() {
252 void LinkedSet::UpdateHead(PacketIdentifierNode* new_head) {
257 void LinkedSet::Erase(PacketNodeIt node_it)
    [all...]
bwe.h 71 class LinkedSet {
73 explicit LinkedSet(int capacity) : capacity_(capacity) {}
74 ~LinkedSet();
77 // in the LinkedSet, move its Node to the head of the list. Else, create
79 // if the LinkedSet reached its maximum capacity.
156 LinkedSet received_packets_;
166 // Packet loss for packets stored in the LinkedSet, up to 1000 packets.
bwe_unittest.cc 31 LinkedSet linked_set_;

Completed in 129 milliseconds