Searched refs:kLongTimeoutMs (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/video/end_to_end_tests/ |
D | stats_tests.cc | 62 : 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()
|
D | retransmission_tests.cc | 55 : EndToEndTest(kLongTimeoutMs), in TEST_F() 135 : EndToEndTest(kLongTimeoutMs), in TEST_F() 285 : EndToEndTest(kLongTimeoutMs), in ReceivesPliAndRecovers()
|
D | histogram_tests.cc | 47 : EndToEndTest(kLongTimeoutMs), in VerifyHistogramStats()
|
/external/webrtc/video/ |
D | cpu_scaling_tests.cc | 58 : SendTest(expect_adaptation ? kLongTimeoutMs : kDefaultTimeoutMs), in RunTestAndCheckForAdaptation()
|
D | video_send_stream_tests.cc | 1051 : SendTest(kLongTimeoutMs), in TestPacketFragmentationSize() 3222 : SendTest(VideoSendStreamTest::kLongTimeoutMs), in Vp9HeaderObserver()
|
/external/webrtc/call/ |
D | call_perf_tests.cc | 103 : 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()
|
D | rampup_tests.cc | 67 : EndToEndTest(test::CallTest::kLongTimeoutMs), in RampUpTester()
|
/external/webrtc/test/ |
D | call_test.h | 52 static const int kLongTimeoutMs; variable
|
D | call_test.cc | 718 const int CallTest::kLongTimeoutMs = 120 * 1000; member in webrtc::test::CallTest
|