Home
last modified time | relevance | path

Searched refs:CallTest (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/test/
Dcall_test.cc27 CallTest::CallTest() in CallTest() function in webrtc::test::CallTest
39 CallTest::~CallTest() { in ~CallTest()
42 void CallTest::RunBaseTest(BaseTest* test) { in RunBaseTest()
117 void CallTest::Start() { in Start()
138 void CallTest::Stop() { in Stop()
159 void CallTest::CreateCalls(const Call::Config& sender_config, in CreateCalls()
165 void CallTest::CreateSenderCall(const Call::Config& config) { in CreateSenderCall()
169 void CallTest::CreateReceiverCall(const Call::Config& config) { in CreateReceiverCall()
173 void CallTest::DestroyCalls() { in DestroyCalls()
178 void CallTest::CreateSendConfig(size_t num_video_streams, in CreateSendConfig()
[all …]
Dcall_test.h34 class CallTest : public ::testing::Test {
36 CallTest();
37 virtual ~CallTest();
/external/webrtc/webrtc/call/
Dcall_unittest.cc40 TEST(CallTest, ConstructDestruct) { in TEST() argument
44 TEST(CallTest, CreateDestroy_AudioSendStream) { in TEST() argument
54 TEST(CallTest, CreateDestroy_AudioReceiveStream) { in TEST() argument
64 TEST(CallTest, CreateDestroy_AudioSendStreams) { in TEST() argument
87 TEST(CallTest, CreateDestroy_AudioReceiveStreams) { in TEST() argument
Drampup_tests.cc37 : EndToEndTest(test::CallTest::kLongTimeoutMs), in RampUpTester()
141 send_config->rtp.nack.rtp_history_ms = test::CallTest::kNackRtpHistoryMs; in ModifyVideoConfigs()
144 send_config->rtp.rtx.payload_type = test::CallTest::kSendRtxPayloadType; in ModifyVideoConfigs()
149 test::CallTest::kUlpfecPayloadType; in ModifyVideoConfigs()
150 send_config->rtp.fec.red_payload_type = test::CallTest::kRedPayloadType; in ModifyVideoConfigs()
432 class RampUpTest : public test::CallTest {
Dpacket_injection_tests.cc18 class PacketInjectionTest : public test::CallTest {
Dbitrate_estimator_tests.cc81 bool Wait() { return done_.Wait(test::CallTest::kDefaultTimeoutMs); } in Wait()
103 class BitrateEstimatorTest : public test::CallTest {
Dcall_perf_tests.cc47 class CallPerfTest : public test::CallTest {
/external/webrtc/webrtc/video/
Dvideo_quality_test.h22 class VideoQualityTest : public test::CallTest {
Dend_to_end_tests.cc50 class EndToEndTest : public test::CallTest {
1234 receive_config.rtp.local_ssrc = test::CallTest::kReceiverLocalVideoSsrc; in RunTest()
1589 ? test::CallTest::kDefaultTimeoutMs in PerformTest()
2610 int64_t stop_time = now + test::CallTest::kLongTimeoutMs; in TEST_F()
Dvideo_send_stream_tests.cc56 class VideoSendStreamTest : public test::CallTest {
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DCallTest.java87 public final class CallTest { class