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

  /external/chromium_org/content/renderer/media/
media_stream_audio_processor_options.cc 57 int err = audio_processing->voice_detection()->Enable(true);
58 err |= audio_processing->voice_detection()->set_likelihood(
  /external/webrtc/src/modules/audio_processing/
audio_processing_impl.h 80 virtual VoiceDetection* voice_detection() const;
audio_processing_impl.cc 551 VoiceDetection* AudioProcessingImpl::voice_detection() const { function in class:webrtc::AudioProcessingImpl
  /external/webrtc/src/modules/audio_processing/test/
unit_test.cc 279 ap->voice_detection()->Enable(true);
829 apm_->voice_detection()->set_stream_has_voice(true));
830 EXPECT_TRUE(apm_->voice_detection()->stream_has_voice());
832 apm_->voice_detection()->set_stream_has_voice(false));
833 EXPECT_FALSE(apm_->voice_detection()->stream_has_voice());
837 apm_->voice_detection()->set_likelihood(
841 apm_->voice_detection()->set_likelihood(
853 apm_->voice_detection()->set_likelihood(likelihood[i]));
854 EXPECT_EQ(likelihood[i], apm_->voice_detection()->likelihood());
860 apm_->voice_detection()->set_frame_size_ms(12))
    [all...]
process_test.cc 340 ASSERT_EQ(apm->kNoError, apm->voice_detection()->Enable(true));
463 if (apm->voice_detection()->is_enabled()) {
638 static_cast<int8_t>(apm->voice_detection()->stream_has_voice());
837 static_cast<int8_t>(apm->voice_detection()->stream_has_voice());
    [all...]
  /external/webrtc/src/modules/audio_processing/interface/
audio_processing.h 82 // apm->voice_detection()->Enable(true);
210 virtual VoiceDetection* voice_detection() const = 0;

Completed in 27 milliseconds