HomeSort by relevance Sort by last modified time
    Searched refs:TestStereo (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/test/
TestStereo.h 63 class TestStereo : public ACMTest {
65 explicit TestStereo(int test_mode);
66 ~TestStereo();
TestStereo.cc 11 #include "webrtc/modules/audio_coding/test/TestStereo.h"
110 TestStereo::TestStereo(int test_mode)
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::DisplaySendReceiveCodec()
    [all...]
Tester.cc 24 #include "webrtc/modules/audio_coding/test/TestStereo.h"
102 TEST(AudioCodingModuleTest, TestStereo) {
107 webrtc::TestStereo(ACM_TEST_MODE).Perform();

Completed in 75 milliseconds