Home
last modified time | relevance | path

Searched refs:kModeExpand (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
Ddecision_logic_normal.cc129 if (prev_mode != kModeExpand && !play_dtmf) { in ExpectedPacketAvailable()
159 if ((prev_mode == kModeExpand) && in FuturePacketAvailable()
204 if (prev_mode == kModeExpand || in FuturePacketAvailable()
Ddefines.h35 kModeExpand, enumerator
Ddecision_logic.cc113 prev_mode == kModeExpand) { in GetDecision()
Dnormal.cc52 if (last_mode == kModeExpand) { in Process()
Dneteq_impl.cc845 if (last_mode_ != kModeExpand) { in GetAudioInternal()
1385 last_mode_ = kModeExpand; in DoExpand()
1927 } else if (last_mode_ == kModeExpand && expand_->MuteFactor(0) == 0) { in LastOutputType()
1930 } else if (last_mode_ == kModeExpand) { in LastOutputType()