Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dcomfort_noise.cc25 first_call_ = true; in Reset()
67 if (first_call_) { in Generate()
91 if (first_call_) { in Generate()
135 first_call_ = false; in Generate()
Dcomfort_noise.h38 first_call_(true), in ComfortNoise()
64 bool first_call_; variable