Home
last modified time | relevance | path

Searched refs:CreateFlowIdRange (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_framework.h78 const FlowIds CreateFlowIdRange(int initial_value, int last_value);
Dbwe_test.cc494 FlowIds flow_ids = CreateFlowIdRange(0, static_cast<int>(num_flows - 1)); in RunVariableCapacity2MultipleFlows()
802 FlowIds flow_ids = CreateFlowIdRange(0, static_cast<int>(kNumTotalFlows - 1)); in RunMultipleShortTcpFairness()
Dbwe_test_framework.cc55 const FlowIds CreateFlowIdRange(int initial_value, int last_value) { in CreateFlowIdRange() function