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

  /external/webrtc/src/modules/audio_processing/main/source/
audio_processing_impl.h 70 virtual VoiceDetection* voice_detection() const;
audio_processing_impl.cc 566 VoiceDetection* AudioProcessingImpl::voice_detection() const { function in class:webrtc::AudioProcessingImpl
  /external/webrtc/src/modules/audio_processing/main/test/unit_test/
unit_test.cc 202 ap->voice_detection()->Enable(true);
416 apm_->voice_detection()->Enable(true));
504 if (apm_->voice_detection()->stream_has_voice()) {
799 apm_->voice_detection()->set_stream_has_voice(true));
800 EXPECT_TRUE(apm_->voice_detection()->stream_has_voice());
802 apm_->voice_detection()->set_stream_has_voice(false));
803 EXPECT_FALSE(apm_->voice_detection()->stream_has_voice());
807 apm_->voice_detection()->set_likelihood(
811 apm_->voice_detection()->set_likelihood(
823 apm_->voice_detection()->set_likelihood(likelihood[i]))
    [all...]
  /external/webrtc/src/modules/audio_processing/main/interface/
audio_processing.h 80 // apm->voice_detection()->Enable(true);
205 virtual VoiceDetection* voice_detection() const = 0;
  /external/webrtc/src/modules/audio_processing/main/test/process_test/
process_test.cc 261 ASSERT_EQ(apm->kNoError, apm->voice_detection()->Enable(true));
358 if (apm->voice_detection()->is_enabled()) {
547 static_cast<int8_t>(apm->voice_detection()->stream_has_voice());

Completed in 134 milliseconds