OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_stream_has_voice
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/src/modules/audio_processing/
voice_detection_impl.h
39
virtual int
set_stream_has_voice
(bool has_voice);
voice_detection_impl.cc
103
int VoiceDetectionImpl::
set_stream_has_voice
(bool has_voice) {
function in class:webrtc::VoiceDetectionImpl
/external/webrtc/src/modules/audio_processing/interface/
audio_processing.h
569
virtual int
set_stream_has_voice
(bool has_voice) = 0;
/external/webrtc/src/modules/audio_processing/test/
unit_test.cc
829
apm_->voice_detection()->
set_stream_has_voice
(true));
832
apm_->voice_detection()->
set_stream_has_voice
(false));
[
all
...]
Completed in 55 milliseconds