Searched refs:RampUpTest (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/video/
H A Drampup_tests.cc368 void RampUpTest::RunRampUpTest(bool rtx,
451 void RampUpTest::RunRampUpDownUpTest(size_t number_of_streams, bool rtx) {
485 TEST_F(RampUpTest, SingleStream) {
489 TEST_F(RampUpTest, Simulcast) {
493 TEST_F(RampUpTest, SimulcastWithRtx) {
497 TEST_F(RampUpTest, SingleStreamWithHighStartBitrate) {
501 TEST_F(RampUpTest, UpDownUpOneStream) { RunRampUpDownUpTest(1, false); }
503 TEST_F(RampUpTest, UpDownUpThreeStreams) { RunRampUpDownUpTest(3, false); }
505 TEST_F(RampUpTest, UpDownUpOneStreamRtx) { RunRampUpDownUpTest(1, true); }
507 TEST_F(RampUpTest, UpDownUpThreeStreamsRt
[all...]
H A Drampup_tests.h149 class RampUpTest : public test::CallTest { class in namespace:webrtc

Completed in 48 milliseconds