Searched refs:BandwidthEstimatorType (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | bwe_test.h | 73 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 …]
|
D | packet_receiver.h | 30 BandwidthEstimatorType bwe_type, 35 BandwidthEstimatorType bwe_type, 64 BandwidthEstimatorType bwe_type_;
|
D | bwe.h | 174 enum BandwidthEstimatorType { enum 186 BweSender* CreateBweSender(BandwidthEstimatorType estimator, 191 BweReceiver* CreateBweReceiver(BandwidthEstimatorType type,
|
D | bwe_test.cc | 244 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 …]
|
D | packet_receiver.cc | 29 BandwidthEstimatorType bwe_type, in PacketReceiver() 64 BandwidthEstimatorType bwe_type, in PacketReceiver()
|
D | packet_sender.h | 70 BandwidthEstimatorType estimator); 107 BandwidthEstimatorType estimator);
|
D | bwe.cc | 85 BweSender* CreateBweSender(BandwidthEstimatorType estimator, in CreateBweSender() 105 BweReceiver* CreateBweReceiver(BandwidthEstimatorType type, in CreateBweReceiver()
|
D | packet_sender.cc | 73 BandwidthEstimatorType estimator_type) in VideoSender() 158 BandwidthEstimatorType estimator) in PacedVideoSender()
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
D | remote_bitrate_estimators_test.cc | 33 public ::testing::TestWithParam<BandwidthEstimatorType> { 245 public ::testing::TestWithParam<BandwidthEstimatorType> {
|
D | bwe_simulations.cc | 27 public ::testing::TestWithParam<BandwidthEstimatorType> {
|