Searched refs:kModeExpand (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | normal_unittest.cc | 69 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()
|
D | decision_logic_normal.cc | 133 if (prev_mode != kModeExpand && !play_dtmf) { in ExpectedPacketAvailable() 161 if ((prev_mode == kModeExpand) && in FuturePacketAvailable() 206 if (prev_mode == kModeExpand || in FuturePacketAvailable()
|
D | defines.h | 36 kModeExpand, enumerator
|
D | decision_logic.cc | 113 prev_mode == kModeExpand) { in GetDecision()
|
D | normal.cc | 57 if (last_mode == kModeExpand) { in Process()
|
D | neteq_impl.cc | 917 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()
|