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

  /external/webrtc/webrtc/modules/audio_coding/include/
audio_coding_module.h 50 // Callback class used for reporting VAD decision
65 // Post-decode VAD is disabled by default in NetEq, however, Audio
66 // Conference Mixer relies on VAD decisions and fails without them.
187 // Note: If a stereo codec is registered as send codec, VAD/DTX will
354 // (VAD) Voice Activity Detection
359 // If DTX is enabled & the codec does not have internal DTX/VAD
360 // WebRtc VAD will be automatically enabled and |enable_vad| is ignored.
362 // If DTX is disabled but VAD is enabled no DTX packets are send,
363 // regardless of whether the codec has internal DTX/VAD or not. In this
364 // case, WebRtc VAD is running to label frames as active/in-active
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/test/
TestStereo.cc 148 bool vad; local
194 // Start with setting VAD/DTX, before we know we will send stereo.
196 // VAD/DTX gets turned off.
198 EXPECT_EQ(0, acm_a_->VAD(&dtx, &vad, &vad_mode));
200 EXPECT_TRUE(vad);
203 EXPECT_EQ(0, acm_a_->VAD(&dtx, &vad, &vad_mode));
205 EXPECT_FALSE(vad);
337 // Test that VAD/DTX cannot be turned on while sending stereo
    [all...]
TestVADDTX.cc 173 // Test various configurations on VAD/DTX.
175 // #1 DTX = OFF, VAD = OFF, VADNormal
179 // #2 DTX = ON, VAD = ON, VADAggr
183 // #3 DTX = ON, VAD = ON, VADLowBitrate
187 // #4 DTX = ON, VAD = ON, VADVeryAggr
191 // #5 DTX = ON, VAD = ON, VADNormal
215 EXPECT_EQ(0, acm_send_->VAD(&dtx_enabled_, &vad_enabled_, &mode));
220 // If send codec is Opus, WebRTC VAD/DTX cannot be used.
227 EXPECT_TRUE(vad_enabled_); // WebRTC DTX cannot run without WebRTC VAD.
229 // Using no DTX should not affect setting of VAD
    [all...]
APITest.cc 491 // VAD TEST
598 _acmA->VAD(&dtxEnabled, &vadEnabled, &vadMode);
605 fprintf(stdout, "DTX %3s, VAD %3s, Mode %d", dtxEnabled ? "ON" : "OFF",
611 fprintf(stdout, "DTX %3s, VAD %3s, Mode %d => bit-rate %3.0f kbps\n",
622 fprintf(stderr, ">>> Error Enabling VAD <<<\n");
625 fprintf(stderr, ">>> Error setting VAD-mode <<<\n");
628 _acmB->VAD(&dtxEnabled, &vadEnabled, &vadMode);
636 fprintf(stdout, "DTX %3s, VAD %3s, Mode %d", dtxEnabled ? "ON" : "OFF",
642 fprintf(stdout, "DTX %3s, VAD %3s, Mode %d => bit-rate %3.0f kbps\n",
653 fprintf(stderr, ">>> Error Enabling VAD <<<\n")
918 bool* vad; local
1017 bool* vad; local
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_impl.h 92 // (VAD) Voice Activity Detection
101 int VAD(bool* dtx_enabled,
audio_coding_module_impl.cc 186 // Callback with VAD decision.
505 // (VAD) Voice Activity Detection
510 // Note: |enable_vad| is not used; VAD is enabled based on the DTX setting.
522 // Get VAD/DTX settings.
523 int AudioCodingModuleImpl::VAD(bool* dtx_enabled, bool* vad_enabled,
  /external/libopus/
silk_sources.mk 30 silk/VAD.c \
Android.mk 100 silk/VAD.c \
  /external/webrtc/webrtc/modules/audio_processing/test/
apmtest.m 18 % 'vad' The VAD test set.
60 tests = {'apm','apmm','aec','aecm','agc','ns','vad'};
101 opt = ['-ec 1 -agc 2 -nc 2 -vad 3'];
105 ' -ns --ns_moderate -vad'];
117 ' -ns --ns_moderate -vad'];
198 % Check for VAD test
200 if ~isempty(findstr(opt, '-vad'))
  /external/webrtc/webrtc/voice_engine/
channel.cc     [all...]

Completed in 334 milliseconds