Searched refs:TestStereo (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/test/
H A DTestStereo.h63 class TestStereo : public ACMTest { class in namespace:webrtc
65 explicit TestStereo(int test_mode);
66 ~TestStereo();
H A DTestStereo.cc11 #include "webrtc/modules/audio_coding/test/TestStereo.h"
110 TestStereo::TestStereo(int test_mode) function in class:webrtc::TestStereo
136 TestStereo::~TestStereo() {
143 void TestStereo::Perform() {
681 void TestStereo::RegisterSendCodec(char side, char* codec_name,
727 void TestStereo::Run(TestPackStereo* channel, int in_channels, int out_channels,
822 void TestStereo::OpenOutFile(int16_t test_number) {
831 void TestStereo
[all...]
H A DTester.cc24 #include "webrtc/modules/audio_coding/test/TestStereo.h"
102 TEST(AudioCodingModuleTest, TestStereo) {
107 webrtc::TestStereo(ACM_TEST_MODE).Perform();

Completed in 194 milliseconds