Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dexpand.h93 bool first_expand_; variable
Dexpand.cc37 first_expand_(true), in Expand()
59 first_expand_ = true; in Reset()
82 if (first_expand_) { in Process()
85 first_expand_ = false; in Process()