Home
last modified time | relevance | path

Searched refs:BandwidthEstimatorType (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test.h73 void RunChoke(BandwidthEstimatorType bwe_type,
76 void RunVariableCapacity1SingleFlow(BandwidthEstimatorType bwe_type);
77 void RunVariableCapacity2MultipleFlows(BandwidthEstimatorType bwe_type,
79 void RunBidirectionalFlow(BandwidthEstimatorType bwe_type);
80 void RunSelfFairness(BandwidthEstimatorType bwe_type);
81 void RunRoundTripTimeFairness(BandwidthEstimatorType bwe_type);
82 void RunLongTcpFairness(BandwidthEstimatorType bwe_type);
83 void RunMultipleShortTcpFairness(BandwidthEstimatorType bwe_type,
86 void RunPauseResumeFlows(BandwidthEstimatorType bwe_type);
88 void RunFairnessTest(BandwidthEstimatorType bwe_type,
[all …]
Dpacket_receiver.h30 BandwidthEstimatorType bwe_type,
35 BandwidthEstimatorType bwe_type,
64 BandwidthEstimatorType bwe_type_;
Dbwe.h174 enum BandwidthEstimatorType { enum
186 BweSender* CreateBweSender(BandwidthEstimatorType estimator,
191 BweReceiver* CreateBweReceiver(BandwidthEstimatorType type,
Dbwe_test.cc244 void BweTest::RunFairnessTest(BandwidthEstimatorType bwe_type, in RunFairnessTest()
258 void BweTest::RunFairnessTest(BandwidthEstimatorType bwe_type, in RunFairnessTest()
403 void BweTest::RunChoke(BandwidthEstimatorType bwe_type, in RunChoke()
438 void BweTest::RunVariableCapacity1SingleFlow(BandwidthEstimatorType bwe_type) { in RunVariableCapacity1SingleFlow()
479 void BweTest::RunVariableCapacity2MultipleFlows(BandwidthEstimatorType bwe_type, in RunVariableCapacity2MultipleFlows()
555 void BweTest::RunBidirectionalFlow(BandwidthEstimatorType bwe_type) { in RunBidirectionalFlow()
633 void BweTest::RunSelfFairness(BandwidthEstimatorType bwe_type) { in RunSelfFairness()
663 void BweTest::RunRoundTripTimeFairness(BandwidthEstimatorType bwe_type) { in RunRoundTripTimeFairness()
743 void BweTest::RunLongTcpFairness(BandwidthEstimatorType bwe_type) { in RunLongTcpFairness()
770 BandwidthEstimatorType bwe_type, in RunMultipleShortTcpFairness()
[all …]
Dpacket_receiver.cc29 BandwidthEstimatorType bwe_type, in PacketReceiver()
64 BandwidthEstimatorType bwe_type, in PacketReceiver()
Dpacket_sender.h70 BandwidthEstimatorType estimator);
107 BandwidthEstimatorType estimator);
Dbwe.cc85 BweSender* CreateBweSender(BandwidthEstimatorType estimator, in CreateBweSender()
105 BweReceiver* CreateBweReceiver(BandwidthEstimatorType type, in CreateBweReceiver()
Dpacket_sender.cc73 BandwidthEstimatorType estimator_type) in VideoSender()
158 BandwidthEstimatorType estimator) in PacedVideoSender()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimators_test.cc33 public ::testing::TestWithParam<BandwidthEstimatorType> {
245 public ::testing::TestWithParam<BandwidthEstimatorType> {
Dbwe_simulations.cc27 public ::testing::TestWithParam<BandwidthEstimatorType> {