Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dexpand.cc48 stop_muting_(false), in Expand()
228 if (stop_muting_) { in Process()
274 if (!stop_muting_) { in Process()
325 stop_muting_ = true; // Do not mute signal any more. in SetParametersForNormalAfterExpand()
333 stop_muting_ = true; in SetParametersForMergeAfterExpand()
338 if (first_expand_ || stop_muting_) in Muted()
355 stop_muting_ = false; in InitializeForAnExpandPeriod()
Dexpand.h135 bool stop_muting_; variable