Home
last modified time | relevance | path

Searched refs:CreateFlowIds (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dbwe_simulations.cc90 DelayFilter delay(&downlink_, CreateFlowIds(kFlowIds, kNumFlows)); in TEST_P()
257 ChokeFilter choke(&uplink_, CreateFlowIds(kAllFlowIds, kNumFlows)); in TEST_P()
263 new RateCounterFilter(&uplink_, CreateFlowIds(&kAllFlowIds[i], 1), in TEST_P()
268 &uplink_, CreateFlowIds(kAllFlowIds, kNumFlows), "total_utilization", in TEST_P()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test.cc680 ChokeFilter choke_filter(&uplink_, CreateFlowIds(kAllFlowIds, kNumFlows)); in RunRoundTripTimeFairness()
683 JitterFilter jitter_filter(&uplink_, CreateFlowIds(kAllFlowIds, kNumFlows)); in RunRoundTripTimeFairness()
691 &uplink_, CreateFlowIds(kAllFlowIds, kNumFlows), "Total_utilization", in RunRoundTripTimeFairness()
890 CreateFlowIds(kAllFlowIds, kNumFlows)); in RunPauseResumeFlows()
895 &uplink_, CreateFlowIds(kAllFlowIds, kNumFlows), "Total_utilization", in RunPauseResumeFlows()
Dbwe_test_framework.cc50 const FlowIds CreateFlowIds(const int *flow_ids_array, size_t num_flow_ids) { in CreateFlowIds() function
62 return CreateFlowIds(flow_ids_array, size); in CreateFlowIdRange()
Dbwe_test_framework.h77 const FlowIds CreateFlowIds(const int *flow_ids_array, size_t num_flow_ids);