HomeSort by relevance Sort by last modified time
    Searched refs:stream_has_voice_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/src/modules/audio_processing/main/source/
voice_detection_impl.cc 50 stream_has_voice_(false),
84 stream_has_voice_ = false;
86 stream_has_voice_ = true;
105 stream_has_voice_ = has_voice;
112 return stream_has_voice_;
voice_detection_impl.h 55 bool stream_has_voice_; member in class:webrtc::VoiceDetectionImpl

Completed in 42 milliseconds