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

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
bwe_simulations.cc 90 DelayFilter delay(&downlink_, CreateFlowIds(kFlowIds, kNumFlows));
257 ChokeFilter choke(&uplink_, CreateFlowIds(kAllFlowIds, kNumFlows));
263 new RateCounterFilter(&uplink_, CreateFlowIds(&kAllFlowIds[i], 1),
268 &uplink_, CreateFlowIds(kAllFlowIds, kNumFlows), "total_utilization",
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test.cc 680 ChokeFilter choke_filter(&uplink_, CreateFlowIds(kAllFlowIds, kNumFlows));
683 JitterFilter jitter_filter(&uplink_, CreateFlowIds(kAllFlowIds, kNumFlows));
691 &uplink_, CreateFlowIds(kAllFlowIds, kNumFlows), "Total_utilization",
    [all...]
bwe_test_framework.h 77 const FlowIds CreateFlowIds(const int *flow_ids_array, size_t num_flow_ids);
bwe_test_framework.cc 50 const FlowIds CreateFlowIds(const int *flow_ids_array, size_t num_flow_ids) {
62 return CreateFlowIds(flow_ids_array, size);

Completed in 854 milliseconds