Searched refs:VAD (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DTestStereo.cc191 // Start with setting VAD/DTX, before we know we will send stereo.
193 // VAD/DTX gets turned off.
195 EXPECT_EQ(0, acm_a_->VAD(&dtx, &vad, &vad_mode));
200 EXPECT_EQ(0, acm_a_->VAD(&dtx, &vad, &vad_mode));
337 // Test that VAD/DTX cannot be turned on while sending stereo.
339 EXPECT_EQ(0, acm_a_->VAD(&dtx, &vad, &vad_mode));
343 EXPECT_EQ(0, acm_a_->VAD(&dtx, &vad, &vad_mode));
347 EXPECT_EQ(0, acm_a_->VAD(&dtx, &vad, &vad_mode));
351 EXPECT_EQ(0, acm_a_->VAD(&dtx, &vad, &vad_mode));
572 // Make sure it is possible to set VAD/CN
[all...]
H A Ddual_stream_unittest.cc508 EXPECT_EQ(0, acm_dual_stream_->VAD(&vad_status, &dtx_status, &vad_mode));
519 // Test if VAD get disabled after registering secondary codec.
520 EXPECT_EQ(0, acm_dual_stream_->VAD(&vad_status, &dtx_status, &vad_mode));
524 // Activating VAD should fail.
527 // Unregister secondary encoder and it should be possible to activate VAD.
533 // Make sure VAD is activated.
534 EXPECT_EQ(0, acm_dual_stream_->VAD(&vad_status, &dtx_status, &vad_mode));
H A DTestVADDTX.cc124 // #1 DTX = OFF, VAD = ON, VADNormal
129 // #2 DTX = OFF, VAD = ON, VADAggr
134 // #3 DTX = ON, VAD = ON, VADLowBitrate
139 // #4 DTX = ON, VAD = ON, VADVeryAggr
144 // #5 DTX = ON, VAD = OFF, VADNormal
151 // #6 DTX = ON, VAD = ON, VADNormal
165 EXPECT_EQ(0, _acmA->VAD(&dtxEnabled, &vadEnabled, &vadModeSet));
167 // Requested VAD/DTX settings
172 // VAD settings after setting VAD i
[all...]
H A DAPITest.cc529 // VAD TEST
652 _acmA->VAD(&dtxEnabled, &vadEnabled, &vadMode);
659 fprintf(stdout, "DTX %3s, VAD %3s, Mode %d", dtxEnabled ? "ON" : "OFF",
665 fprintf(stdout, "DTX %3s, VAD %3s, Mode %d => bit-rate %3.0f kbps\n",
676 fprintf(stderr, ">>> Error Enabling VAD <<<\n");
679 fprintf(stderr, ">>> Error setting VAD-mode <<<\n");
682 _acmB->VAD(&dtxEnabled, &vadEnabled, &vadMode);
690 fprintf(stdout, "DTX %3s, VAD %3s, Mode %d", dtxEnabled ? "ON" : "OFF",
696 fprintf(stdout, "DTX %3s, VAD %3s, Mode %d => bit-rate %3.0f kbps\n",
707 fprintf(stderr, ">>> Error Enabling VAD <<<\
[all...]
/external/chromium_org/third_party/opus/src/
H A Dsilk_sources.mk30 silk/VAD.c \
/external/libopus/
H A Dsilk_sources.mk30 silk/VAD.c \
H A DAndroid.mk100 silk/VAD.c \
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/interface/
H A Daudio_coding_module.h57 // Callback class used for reporting VAD decision
211 // send-codec or VAD/DTX, will be preserved.
230 // Note: If a stereo codec is registered as send codec, VAD/DTX will
458 // (VAD) Voice Activity Detection
463 // If DTX is enabled & the codec does not have internal DTX/VAD
464 // WebRtc VAD will be automatically enabled and |enable_vad| is ignored.
466 // If DTX is disabled but VAD is enabled no DTX packets are send,
467 // regardless of whether the codec has internal DTX/VAD or not. In this
468 // case, WebRtc VAD is running to label frames as active/in-active.
470 // NOTE! VAD/DT
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/
H A Dapmtest.m18 % 'vad' The VAD test set.
198 % Check for VAD test
/external/webrtc/src/modules/audio_processing/test/
H A Dapmtest.m18 % 'vad' The VAD test set.
198 % Check for VAD test
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Daudio_coding_module_impl.h119 // (VAD) Voice Activity Detection
128 virtual int VAD(bool* dtx_enabled,
264 // Set VAD/DTX status. This function does not acquire a lock, and it is
H A Daudio_coding_module_impl.cc691 // Callback with VAD decision.
841 // Initialize the codec before registering. For secondary codec VAD & DTX are
856 // Disable VAD & DTX.
951 // Set Stereo, and make sure VAD and DTX is turned off.
956 "VAD/DTX is turned off, not supported when sending stereo.");
1492 // (VAD) Voice Activity Detection
1508 "Invalid VAD Mode %d, no change is made to VAD/DTX status",
1513 // Check that the send codec is mono. We don't support VAD/DTX for stereo
1517 "VAD/DT
1555 int AudioCodingModuleImpl::VAD(bool* dtx_enabled, bool* vad_enabled, function in class:webrtc::acm2::AudioCodingModuleImpl
[all...]
/external/chromium_org/third_party/opus/
H A Dopus.target.darwin-arm64.mk117 third_party/opus/src/silk/VAD.c \
H A Dopus.target.darwin-mips.mk117 third_party/opus/src/silk/VAD.c \
H A Dopus.target.darwin-mips64.mk117 third_party/opus/src/silk/VAD.c \
H A Dopus.target.darwin-x86.mk117 third_party/opus/src/silk/VAD.c \
H A Dopus.target.darwin-x86_64.mk117 third_party/opus/src/silk/VAD.c \
H A Dopus.target.linux-arm64.mk117 third_party/opus/src/silk/VAD.c \
H A Dopus.target.linux-mips.mk117 third_party/opus/src/silk/VAD.c \
H A Dopus.target.linux-mips64.mk117 third_party/opus/src/silk/VAD.c \
H A Dopus.target.linux-x86.mk117 third_party/opus/src/silk/VAD.c \
H A Dopus.target.linux-x86_64.mk117 third_party/opus/src/silk/VAD.c \
H A Dopus.target.darwin-arm.mk131 third_party/opus/src/silk/VAD.c \
H A Dopus.target.linux-arm.mk131 third_party/opus/src/silk/VAD.c \
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dchannel.cc483 // been received for a long time since the other side might use VAD/DTX
1025 "~Channel() failed to de-register VAD callback"
1506 // To disable VAD, DTX must be disabled too
1512 "SetVADStatus() failed to set VAD");
1523 if (audio_coding_->VAD(&disabledDTX, &enabledVAD, &mode) != 0)
1527 "GetVADStatus() failed to get VAD status");

Completed in 2392 milliseconds