OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kAllFlowIds
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
bwe_simulations.cc
245
const int
kAllFlowIds
[] = {0, 1, 2, 3};
246
const size_t kNumFlows = sizeof(
kAllFlowIds
) / sizeof(
kAllFlowIds
[0]);
252
sources[i].reset(new AdaptiveVideoSource(
kAllFlowIds
[i], 30, 300, 0,
257
ChokeFilter choke(&uplink_, CreateFlowIds(
kAllFlowIds
, kNumFlows));
263
new RateCounterFilter(&uplink_, CreateFlowIds(&
kAllFlowIds
[i], 1),
268
&uplink_, CreateFlowIds(
kAllFlowIds
, kNumFlows), "total_utilization",
273
receivers[i].reset(new PacketReceiver(&uplink_,
kAllFlowIds
[i], GetParam(),
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test.cc
664
const int
kAllFlowIds
[] = {0, 1, 2, 3, 4}; // Five RMCAT flows.
666
const size_t kNumFlows = arraysize(
kAllFlowIds
);
675
sources[i].reset(new AdaptiveVideoSource(
kAllFlowIds
[i], 30, 300, 0,
680
ChokeFilter choke_filter(&uplink_, CreateFlowIds(
kAllFlowIds
, kNumFlows));
683
JitterFilter jitter_filter(&uplink_, CreateFlowIds(
kAllFlowIds
, kNumFlows));
687
up_delay_filters[i].reset(new DelayFilter(&uplink_,
kAllFlowIds
[i]));
691
&uplink_, CreateFlowIds(
kAllFlowIds
, kNumFlows), "Total_utilization",
702
receivers[i].reset(new PacketReceiver(&uplink_,
kAllFlowIds
[i], bwe_type,
713
down_delay_filters[i].reset(new DelayFilter(&downlink_,
kAllFlowIds
[i]));
[
all
...]
Completed in 1805 milliseconds