Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dexpand.cc39 first_expand_(true), in Expand()
61 first_expand_ = true; in Reset()
84 if (first_expand_) { in Process()
87 first_expand_ = false; in Process()
338 if (first_expand_ || stop_muting_) in Muted()
Dexpand.h91 bool first_expand_; variable