Searched refs:Perform (Results 1 - 25 of 81) sorted by relevance

1234

/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DACMTest.h18 virtual void Perform() = 0;
H A DTester.cc41 webrtc::TestAllCodecs(ACM_TEST_MODE).Perform();
49 webrtc::EncodeDecodeTest(ACM_TEST_MODE).Perform();
57 webrtc::TestRedFec().Perform();
65 webrtc::ISACTest(ACM_TEST_MODE).Perform();
73 webrtc::TwoWayCommunication(ACM_TEST_MODE).Perform();
81 webrtc::TestStereo(ACM_TEST_MODE).Perform();
89 webrtc::TestVADDTX().Perform();
97 webrtc::OpusTest().Perform();
105 webrtc::PacketLossTest(1, 10, 10, 1).Perform();
113 webrtc::PacketLossTest(1, 10, 10, 2).Perform();
[all...]
H A DSpatialAudio.h30 void Perform();
H A DTestRedFec.h29 void Perform();
H A DTwoWayCommunication.h28 void Perform();
H A Ddual_stream_unittest.cc44 void Perform(bool start_in_sync, int num_channels_input);
167 void DualStreamTest::Perform(bool start_in_sync, int num_channels_input) { function in class:webrtc::DualStreamTest
394 Perform(true, 1);
401 Perform(true, 1);
408 Perform(true, 1);
415 Perform(true, 1);
422 Perform(true, 1);
429 Perform(true, 1);
436 Perform(true, 2);
443 Perform(tru
[all...]
H A Dopus_test.h31 void Perform();
H A DPacketLossTest.h52 void Perform();
H A DTestVADDTX.h53 void Perform();
H A DiSACTest.h45 void Perform();
H A DTestAllCodecs.h56 virtual void Perform() OVERRIDE;
H A DAPITest.h37 void Perform();
H A DEncodeDecodeTest.h104 virtual void Perform() OVERRIDE;
H A DTestStereo.h67 virtual void Perform() OVERRIDE;
H A DPacketLossTest.cc125 void PacketLossTest::Perform() { function in class:webrtc::PacketLossTest
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dcodec_database_test.h32 int32_t Perform(CmdArgs& args);
H A Dmedia_opt_test.h42 int32_t Perform();
H A Dgeneric_codec_test.h43 int32_t Perform(CmdArgs& args);
H A Dquality_modes_test.h27 int32_t Perform(const CmdArgs& args);
H A Dmedia_opt_test.cc42 mot->Perform();
55 mot->Perform();
280 MediaOptTest::Perform() function in class:MediaOptTest
446 Perform();
H A Dnormal_test.h96 int32_t Perform(const CmdArgs& args);
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dbenchmark.h22 virtual void Perform();
H A Dnormal_test.h23 virtual void Perform();
H A Dtest.h30 virtual void Perform()=0;
H A Dunit_test.h37 virtual void Perform();

Completed in 170 milliseconds

1234