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

  /external/webrtc/webrtc/modules/audio_coding/test/
TestVADDTX.h 41 // TestVadDtx is to verify that VAD/DTX perform as they should. It runs through
43 // expectation. TestVadDtx needs its derived class to implement the Perform()
45 class TestVadDtx : public ACMTest {
49 TestVadDtx();
78 class TestWebRtcVadDtx final : public TestVadDtx {
95 class TestOpusDtx final : public TestVadDtx {
TestVADDTX.cc 11 #include "webrtc/modules/audio_coding/test/TestVADDTX.h"
63 TestVadDtx::TestVadDtx()
73 void TestVadDtx::RegisterCodec(CodecInst codec_param) {
82 void TestVadDtx::Run(std::string in_filename, int frequency, int channels,

Completed in 299 milliseconds