Searched defs:MultiFlowBweSimulation (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
H A Dbwe_simulations.cc154 class MultiFlowBweSimulation : public BweSimulation { class in namespace:webrtc::testing::bwe
156 MultiFlowBweSimulation() : BweSimulation() {} function in class:webrtc::testing::bwe::MultiFlowBweSimulation
157 virtual ~MultiFlowBweSimulation() {}
160 DISALLOW_COPY_AND_ASSIGN(MultiFlowBweSimulation);
163 INSTANTIATE_TEST_CASE_P(VideoSendersTest, MultiFlowBweSimulation,
166 TEST_P(MultiFlowBweSimulation, SelfFairnessTest) {

Completed in 177 milliseconds