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

  /external/webrtc/webrtc/modules/audio_coding/test/
TestVADDTX.h 77 // TestWebRtcVadDtx is to verify that the WebRTC VAD/DTX perform as they should.
78 class TestWebRtcVadDtx final : public TestVadDtx {
80 TestWebRtcVadDtx();
TestVADDTX.cc 141 // Following is the implementation of TestWebRtcVadDtx.
142 TestWebRtcVadDtx::TestWebRtcVadDtx()
148 void TestWebRtcVadDtx::Perform() {
174 void TestWebRtcVadDtx::RunTestCases() {
197 void TestWebRtcVadDtx::Test(bool new_outfile) {
211 void TestWebRtcVadDtx::SetVAD(bool enable_dtx, bool enable_vad,
Tester.cc 114 TEST(AudioCodingModuleTest, TestWebRtcVadDtx) {
119 webrtc::TestWebRtcVadDtx().Perform();

Completed in 59 milliseconds