Home
last modified time | relevance | path

Searched refs:kLongTimeoutMs (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/video/end_to_end_tests/
Dstats_tests.cc62 : EndToEndTest(kLongTimeoutMs), in TEST_F()
307 int64_t stop_time_ms = now_ms + test::CallTest::kLongTimeoutMs; in TEST_F()
364 StatsObserver() : EndToEndTest(kLongTimeoutMs) {} in TEST_F()
472 StatsObserver() : BaseTest(kLongTimeoutMs), num_frames_received_(0) {} in TEST_F()
605 : EndToEndTest(kLongTimeoutMs), in TEST_F()
Dretransmission_tests.cc55 : EndToEndTest(kLongTimeoutMs), in TEST_F()
135 : EndToEndTest(kLongTimeoutMs), in TEST_F()
285 : EndToEndTest(kLongTimeoutMs), in ReceivesPliAndRecovers()
Dhistogram_tests.cc47 : EndToEndTest(kLongTimeoutMs), in VerifyHistogramStats()
/external/webrtc/video/
Dcpu_scaling_tests.cc58 : SendTest(expect_adaptation ? kLongTimeoutMs : kDefaultTimeoutMs), in RunTestAndCheckForAdaptation()
Dvideo_send_stream_tests.cc1051 : SendTest(kLongTimeoutMs), in TestPacketFragmentationSize()
3222 : SendTest(VideoSendStreamTest::kLongTimeoutMs), in Vp9HeaderObserver()
/external/webrtc/call/
Dcall_perf_tests.cc103 : test::RtpRtcpObserver(CallPerfTest::kLongTimeoutMs), in VideoRtcpAndSyncObserver()
379 : EndToEndTest(kLongTimeoutMs), in TestCaptureNtpTime()
545 LoadObserver() : SendTest(kLongTimeoutMs), test_phase_(TestPhase::kInit) {} in TEST_F()
638 : EndToEndTest(kLongTimeoutMs), in TestMinTransmitBitrate()
Drampup_tests.cc67 : EndToEndTest(test::CallTest::kLongTimeoutMs), in RampUpTester()
/external/webrtc/test/
Dcall_test.h52 static const int kLongTimeoutMs; variable
Dcall_test.cc718 const int CallTest::kLongTimeoutMs = 120 * 1000; member in webrtc::test::CallTest