Searched refs:CreateFlowIds (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
D | bwe_simulations.cc | 90 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/ |
D | bwe_test.cc | 680 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()
|
D | bwe_test_framework.cc | 50 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()
|
D | bwe_test_framework.h | 77 const FlowIds CreateFlowIds(const int *flow_ids_array, size_t num_flow_ids);
|