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

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework.cc 50 const FlowIds CreateFlowIds(const int *flow_ids_array, size_t num_flow_ids) {
51 FlowIds flow_ids(&flow_ids_array[0], flow_ids_array + num_flow_ids);
58 int* flow_ids_array = new int[size]; local
60 flow_ids_array[i - initial_value] = i;
62 return CreateFlowIds(flow_ids_array, size);
bwe_test_framework.h 77 const FlowIds CreateFlowIds(const int *flow_ids_array, size_t num_flow_ids);

Completed in 214 milliseconds