Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dnormal_unittest.cc69 normal.Process(input, 0, kModeExpand, mute_factor_array.get(), &output)); in TEST()
84 kModeExpand, in TEST()
117 input, input_len, kModeExpand, mute_factor_array.get(), &output)); in TEST()
Ddecision_logic_normal.cc133 if (prev_mode != kModeExpand && !play_dtmf) { in ExpectedPacketAvailable()
161 if ((prev_mode == kModeExpand) && in FuturePacketAvailable()
206 if (prev_mode == kModeExpand || in FuturePacketAvailable()
Ddefines.h36 kModeExpand, enumerator
Ddecision_logic.cc113 prev_mode == kModeExpand) { in GetDecision()
Dnormal.cc57 if (last_mode == kModeExpand) { in Process()
Dneteq_impl.cc917 if (last_mode_ != kModeExpand) { in GetAudioInternal()
1491 last_mode_ = kModeExpand; in DoExpand()
2034 } else if (last_mode_ == kModeExpand && expand_->MuteFactor(0) == 0) { in LastOutputType()
2037 } else if (last_mode_ == kModeExpand) { in LastOutputType()