Home
last modified time | relevance | path

Searched refs:has_voice (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/
Dvoice_detection_impl.cc98 int VoiceDetectionImpl::set_stream_has_voice(bool has_voice) { in set_stream_has_voice() argument
100 stream_has_voice_ = has_voice; in set_stream_has_voice()
Dvoice_detection_impl.h39 virtual int set_stream_has_voice(bool has_voice) OVERRIDE;
/external/webrtc/src/modules/audio_processing/
Dvoice_detection_impl.cc103 int VoiceDetectionImpl::set_stream_has_voice(bool has_voice) { in set_stream_has_voice() argument
105 stream_has_voice_ = has_voice; in set_stream_has_voice()
Dvoice_detection_impl.h39 virtual int set_stream_has_voice(bool has_voice);
/external/webrtc/src/modules/audio_processing/interface/
Daudio_processing.h569 virtual int set_stream_has_voice(bool has_voice) = 0;
/external/chromium_org/third_party/webrtc/modules/audio_processing/include/
Dmock_audio_processing.h152 int(bool has_voice));
Daudio_processing.h701 virtual int set_stream_has_voice(bool has_voice) = 0;