Home
last modified time | relevance | path

Searched refs:ViEAutoTest (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
Dvie_autotest.cc41 ViEAutoTest::ViEAutoTest(void* window1, void* window2) : in ViEAutoTest() function in ViEAutoTest
54 ViEAutoTest::~ViEAutoTest() in ~ViEAutoTest()
62 void ViEAutoTest::ViEStandardTest() in ViEStandardTest()
72 void ViEAutoTest::ViEExtendedTest() in ViEExtendedTest()
82 void ViEAutoTest::ViEAPITest() in ViEAPITest()
92 void ViEAutoTest::PrintVideoCodec(const webrtc::VideoCodec videoCodec) in PrintVideoCodec()
132 void ViEAutoTest::PrintAudioCodec(const webrtc::CodecInst audioCodec) in PrintAudioCodec()
144 void ViEAutoTest::RenderCaptureDeviceAndOutputStream( in RenderCaptureDeviceAndOutputStream()
Dvie_autotest_image_process.cc44 void ViEAutoTest::ViEImageProcessStandardTest() in ViEImageProcessStandardTest()
138 void ViEAutoTest::ViEImageProcessExtendedTest() in ViEImageProcessExtendedTest()
142 void ViEAutoTest::ViEImageProcessAPITest() in ViEImageProcessAPITest()
Dvie_autotest_base.cc19 void ViEAutoTest::ViEBaseStandardTest() { in ViEBaseStandardTest()
94 void ViEAutoTest::ViEBaseExtendedTest() { in ViEBaseExtendedTest()
100 void ViEAutoTest::ViEBaseAPITest() { in ViEBaseAPITest()
Dvie_autotest_capture.cc106 void ViEAutoTest::ViECaptureStandardTest() { in ViECaptureStandardTest()
264 void ViEAutoTest::ViECaptureExtendedTest() { in ViECaptureExtendedTest()
268 void ViEAutoTest::ViECaptureAPITest() { in ViECaptureAPITest()
394 void ViEAutoTest::ViECaptureExternalCaptureTest() { in ViECaptureExternalCaptureTest()
Dvie_autotest_render.cc83 void ViEAutoTest::ViERenderStandardTest() in ViERenderStandardTest()
172 void ViEAutoTest::ViERenderExtendedTest() in ViERenderExtendedTest()
296 void ViEAutoTest::ViERenderAPITest() { in ViERenderAPITest()
Dvie_autotest_android.cc24 ViEAutoTest vieAutoTest(window1, window2); in RunAutotest()
Dvie_autotest_network.cc28 void ViEAutoTest::ViENetworkStandardTest() in ViENetworkStandardTest()
100 void ViEAutoTest::ViENetworkExtendedTest() in ViENetworkExtendedTest()
193 void ViEAutoTest::ViENetworkAPITest() in ViENetworkAPITest()
Dvie_autotest_main.cc150 ViEAutoTest vieAutoTest(windowManager->GetWindow1(), in RunSpecialTestCase()
Dvie_autotest_codec.cc138 void ViEAutoTest::ViECodecStandardTest() { in ViECodecStandardTest()
290 void ViEAutoTest::ViECodecExtendedTest() { in ViECodecExtendedTest()
484 void ViEAutoTest::ViECodecAPITest() { in ViECodecAPITest()
576 void ViEAutoTest::ViECodecExternalCodecTest() { in ViECodecExternalCodecTest()
Dvie_autotest_rtp_rtcp.cc89 void ViEAutoTest::ViERtpRtcpStandardTest() in ViERtpRtcpStandardTest()
633 void ViEAutoTest::ViERtpRtcpExtendedTest() in ViERtpRtcpExtendedTest()
697 void ViEAutoTest::ViERtpRtcpAPITest() in ViERtpRtcpAPITest()
Dvie_autotest_simulcast.cc624 int ViEAutoTest::ViESimulcastCall() { in ViESimulcastCall()
Dvie_autotest_record.cc550 int ViEAutoTest::ViERecordCall() { in ViERecordCall()
Dvie_autotest_loopback.cc735 int ViEAutoTest::ViELoopbackCall() in ViELoopbackCall()
Dvie_autotest_custom_call.cc183 int ViEAutoTest::ViECustomCall() { in ViECustomCall()
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/interface/
Dvie_autotest.h49 class ViEAutoTest
52 ViEAutoTest(void* window1, void* window2);
53 ~ViEAutoTest();
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/automated/
Dlegacy_fixture.cc19 tests_ = new ViEAutoTest(window_1_, window_2_); in SetUpTestCase()
28 ViEAutoTest* LegacyFixture::tests_ = NULL;
Dlegacy_fixture.h26 static ViEAutoTest* tests_;
Dtwo_windows_fixture.h17 class ViEAutoTest; variable