Home
last modified time | relevance | path

Searched refs:set_stream_has_voice (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/src/modules/audio_processing/
Dvoice_detection_impl.h39 virtual int set_stream_has_voice(bool has_voice);
Dvoice_detection_impl.cc103 int VoiceDetectionImpl::set_stream_has_voice(bool has_voice) { in set_stream_has_voice() function in webrtc::VoiceDetectionImpl
/external/webrtc/src/modules/audio_processing/interface/
Daudio_processing.h569 virtual int set_stream_has_voice(bool has_voice) = 0;
/external/webrtc/src/modules/audio_processing/test/
Dunit_test.cc829 apm_->voice_detection()->set_stream_has_voice(true)); in TEST_F()
832 apm_->voice_detection()->set_stream_has_voice(false)); in TEST_F()