HomeSort by relevance Sort by last modified time
    Searched refs:kModeExpand (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
defines.h 35 kModeExpand,
normal_unittest.cc 65 normal.Process(input, 0, kModeExpand, mute_factor_array.get(), &output));
80 kModeExpand,
111 input, input_len, kModeExpand, mute_factor_array.get(), &output));
decision_logic_normal.cc 131 if (prev_mode != kModeExpand && !play_dtmf) {
161 if ((prev_mode == kModeExpand) &&
206 if (prev_mode == kModeExpand ||
decision_logic.cc 113 prev_mode == kModeExpand) {
normal.cc 57 if (last_mode == kModeExpand) {
neteq_impl.cc 835 if (last_mode_ != kModeExpand) {
    [all...]

Completed in 33 milliseconds