OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:voice_detection
(Results
1 - 10
of
10
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/test/
process_test.cc
375
ASSERT_EQ(apm->kNoError, apm->
voice_detection
()->Enable(true));
378
ASSERT_EQ(apm->kNoError, apm->
voice_detection
()->Enable(true));
380
apm->
voice_detection
()->set_likelihood(
384
ASSERT_EQ(apm->kNoError, apm->
voice_detection
()->Enable(true));
386
apm->
voice_detection
()->set_likelihood(
390
ASSERT_EQ(apm->kNoError, apm->
voice_detection
()->Enable(true));
392
apm->
voice_detection
()->set_likelihood(
396
ASSERT_EQ(apm->kNoError, apm->
voice_detection
()->Enable(true));
398
apm->
voice_detection
()->set_likelihood(
524
if (apm->
voice_detection
()->is_enabled())
[
all
...]
audio_processing_unittest.cc
187
EXPECT_NOERR(ap->
voice_detection
()->Enable(true));
[
all
...]
/external/webrtc/webrtc/modules/audio_processing/
audio_processing_impl.cc
161
rtc::scoped_ptr<VoiceDetectionImpl>
voice_detection
;
member in struct:webrtc::AudioProcessingImpl::ApmPublicSubmodules
249
public_submodules_->
voice_detection
.reset(
796
public_submodules_->
voice_detection
->ProcessCaptureAudio(ca);
1183
VoiceDetection* AudioProcessingImpl::
voice_detection
() const {
function in class:webrtc::AudioProcessingImpl
[
all
...]
audio_processing_performance_unittest.cc
517
ASSERT_EQ(apm->kNoError, apm->
voice_detection
()->Enable(true));
533
ASSERT_EQ(apm->kNoError, apm->
voice_detection
()->Enable(true));
547
ASSERT_EQ(apm->kNoError, apm->
voice_detection
()->Enable(false));
audio_processing_impl.h
123
VoiceDetection*
voice_detection
() const override;
audio_processing_impl_locking_unittest.cc
542
ASSERT_EQ(apm_->kNoError, apm_->
voice_detection
()->Enable(true));
604
apm_->
voice_detection
()->is_enabled();
[
all
...]
/external/webrtc/webrtc/modules/audio_processing/include/
mock_audio_processing.h
278
virtual MockVoiceDetection*
voice_detection
() const {
function in class:webrtc::MockAudioProcessing
audio_processing.h
201
// apm->
voice_detection
()->Enable(true);
450
virtual VoiceDetection*
voice_detection
() const = 0;
[
all
...]
/external/webrtc/webrtc/voice_engine/
voe_audio_processing_impl.cc
966
if (_shared->audio_processing()->
voice_detection
()->Enable(enable)) {
971
if (_shared->audio_processing()->
voice_detection
()->set_likelihood(
[
all
...]
/external/webrtc/talk/media/webrtc/
fakewebrtcvoiceengine.h
129
webrtc::VoiceDetection*
voice_detection
() const override { return NULL; }
Completed in 309 milliseconds