Home
last modified time | relevance | path

Searched refs:running_flows_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dmetric_recorder.cc32 : choke_filter_(choke_filter), running_flows_(choke_filter->flow_ids()) { in LinkShare()
36 running_flows_.erase(flow_id); in PauseFlow()
40 running_flows_.insert(flow_id); in ResumeFlow()
49 if (running_flows_.find(flow_id) != running_flows_.end()) { in AvailablePerFlowKbps()
51 TotalAvailableKbps() / static_cast<uint32_t>(running_flows_.size()); in AvailablePerFlowKbps()
Dmetric_recorder.h42 std::set<int> running_flows_; variable