Home
last modified time | relevance | path

Searched refs:downlink_ (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dbwe_simulations.cc65 VideoSender sender(&downlink_, &source, GetParam()); in TEST_P()
66 RateCounterFilter counter1(&downlink_, 0, "sender_output", in TEST_P()
68 TraceBasedDeliveryFilter filter(&downlink_, 0, "link_capacity"); in TEST_P()
69 RateCounterFilter counter2(&downlink_, 0, "Receiver", in TEST_P()
71 PacketReceiver receiver(&downlink_, 0, GetParam(), true, true); in TEST_P()
88 VideoSender sender2(&downlink_, &source2, GetParam()); in TEST_P()
89 ChokeFilter choke2(&downlink_, kFlowIds[1]); in TEST_P()
90 DelayFilter delay(&downlink_, CreateFlowIds(kFlowIds, kNumFlows)); in TEST_P()
91 RateCounterFilter counter2(&downlink_, kFlowIds[1], "Receiver_1", in TEST_P()
93 PacketReceiver receiver2(&downlink_, kFlowIds[1], GetParam(), true, false); in TEST_P()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test.cc106 links_.push_back(&downlink_); in BweTest()
166 } else if (!downlink_.senders().empty()) { in RunFor()
167 simulation_interval_ms_ = downlink_.senders()[0]->GetFeedbackIntervalMs(); in RunFor()
354 DelayFilter delay_downlink(&downlink_, all_flow_ids); in RunFairnessTest()
453 DelayFilter down_filter(&downlink_, kFlowId); in RunVariableCapacity1SingleFlow()
515 DelayFilter down_filter(&downlink_, flow_ids); in RunVariableCapacity2MultipleFlows()
569 new VideoSender(&downlink_, sources[kBackward].get(), bwe_type)); in RunBidirectionalFlow()
583 DefaultEvaluationFilter down_filter(&downlink_, kBackward); in RunBidirectionalFlow()
590 new PacketReceiver(&downlink_, kBackward, bwe_type, true, false, in RunBidirectionalFlow()
713 down_delay_filters[i].reset(new DelayFilter(&downlink_, kAllFlowIds[i])); in RunRoundTripTimeFairness()
[all …]
Dbwe_test.h131 Link downlink_; variable