Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/
Dvoice_detection_impl.h35 int set_stream_has_voice(bool has_voice) override;
Dvoice_detection_impl.cc95 int VoiceDetectionImpl::set_stream_has_voice(bool has_voice) { in set_stream_has_voice() function in webrtc::VoiceDetectionImpl
/external/webrtc/webrtc/modules/audio_processing/include/
Dmock_audio_processing.h153 MOCK_METHOD1(set_stream_has_voice,
Daudio_processing.h936 virtual int set_stream_has_voice(bool has_voice) = 0;
/external/webrtc/webrtc/modules/audio_processing/test/
Daudio_processing_unittest.cc1477 apm_->voice_detection()->set_stream_has_voice(true)); in TEST_F()
1480 apm_->voice_detection()->set_stream_has_voice(false)); in TEST_F()