Home
last modified time | relevance | path

Searched refs:stop_muting_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dexpand.cc46 stop_muting_(false), in Expand()
218 if (stop_muting_) { in Process()
264 if (!stop_muting_) { in Process()
318 stop_muting_ = true; // Do not mute signal any more. in SetParametersForNormalAfterExpand()
326 stop_muting_ = true; in SetParametersForMergeAfterExpand()
336 stop_muting_ = false; in InitializeForAnExpandPeriod()
923 if (!stop_muting_ && bgn_mode != NetEq::kBgnOff && in GenerateBackgroundNoise()
Dexpand.h139 bool stop_muting_; variable