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

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
packet_receiver.h 30 BandwidthEstimatorType bwe_type,
35 BandwidthEstimatorType bwe_type,
64 BandwidthEstimatorType bwe_type_;
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...]
bwe.h 174 enum BandwidthEstimatorType {
186 BweSender* CreateBweSender(BandwidthEstimatorType estimator,
191 BweReceiver* CreateBweReceiver(BandwidthEstimatorType type,
packet_receiver.cc 29 BandwidthEstimatorType bwe_type,
64 BandwidthEstimatorType bwe_type,
packet_sender.h 70 BandwidthEstimatorType estimator);
107 BandwidthEstimatorType estimator);
bwe_test.cc 244 void BweTest::RunFairnessTest(BandwidthEstimatorType bwe_type,
258 void BweTest::RunFairnessTest(BandwidthEstimatorType bwe_type,
403 void BweTest::RunChoke(BandwidthEstimatorType bwe_type,
438 void BweTest::RunVariableCapacity1SingleFlow(BandwidthEstimatorType bwe_type) {
479 void BweTest::RunVariableCapacity2MultipleFlows(BandwidthEstimatorType bwe_type,
555 void BweTest::RunBidirectionalFlow(BandwidthEstimatorType bwe_type) {
633 void BweTest::RunSelfFairness(BandwidthEstimatorType bwe_type) {
663 void BweTest::RunRoundTripTimeFairness(BandwidthEstimatorType bwe_type) {
743 void BweTest::RunLongTcpFairness(BandwidthEstimatorType bwe_type) {
770 BandwidthEstimatorType bwe_type
    [all...]
bwe.cc 85 BweSender* CreateBweSender(BandwidthEstimatorType estimator,
105 BweReceiver* CreateBweReceiver(BandwidthEstimatorType type,
packet_sender.cc 73 BandwidthEstimatorType estimator_type)
158 BandwidthEstimatorType estimator)
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimators_test.cc 33 public ::testing::TestWithParam<BandwidthEstimatorType> {
245 public ::testing::TestWithParam<BandwidthEstimatorType> {
bwe_simulations.cc 27 public ::testing::TestWithParam<BandwidthEstimatorType> {

Completed in 214 milliseconds