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

/external/webrtc/src/modules/audio_processing/
H A Dvoice_detection_impl.h39 virtual int set_stream_has_voice(bool has_voice);
H A Dvoice_detection_impl.cc103 int VoiceDetectionImpl::set_stream_has_voice(bool has_voice) { argument
105 stream_has_voice_ = has_voice;
/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Dvoice_detection_impl.cc92 int VoiceDetectionImpl::set_stream_has_voice(bool has_voice) { argument
94 stream_has_voice_ = has_voice;
H A Dvoice_detection_impl.h39 virtual int set_stream_has_voice(bool has_voice) OVERRIDE;
/external/chromium_org/third_party/webrtc/modules/audio_processing/include/
H A Daudio_processing.h151 // has_voice = apm->stream_has_voice();
714 virtual int set_stream_has_voice(bool has_voice) = 0;
H A Dmock_audio_processing.h152 int(bool has_voice));
/external/webrtc/src/modules/audio_processing/interface/
H A Daudio_processing.h98 // has_voice = apm->stream_has_voice();
569 virtual int set_stream_has_voice(bool has_voice) = 0;

Completed in 211 milliseconds