Home
last modified time | relevance | path

Searched refs:last_mode_ (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_impl.cc84 last_mode_(kModeNormal), in NetEqImpl()
755 last_mode_ = kModeError; in GetAudioInternal()
844 last_mode_ = kModeError; in GetAudioInternal()
852 if (last_mode_ != kModeRfc3389Cng) { in GetAudioInternal()
903 if ((last_mode_ == kModeNormal) || in GetAudioInternal()
904 (last_mode_ == kModeAccelerateFail) || in GetAudioInternal()
905 (last_mode_ == kModePreemptiveExpandFail) || in GetAudioInternal()
906 (last_mode_ == kModeRfc3389Cng) || in GetAudioInternal()
907 (last_mode_ == kModeCodecInternalCng)) { in GetAudioInternal()
917 if (last_mode_ != kModeExpand) { in GetAudioInternal()
[all …]
Dneteq_impl.h382 Modes last_mode_ GUARDED_BY(crit_sect_);
/external/v8/src/
Dassembler.h672 last_mode_(RelocInfo::NUMBER_OF_MODES), in RelocInfoWriter()
681 last_mode_(RelocInfo::NUMBER_OF_MODES), in RelocInfoWriter()
725 RelocInfo::Mode last_mode_; variable
Dassembler.cc496 if (pc_delta != 0 || last_mode_ != RelocInfo::POSITION) { in Write()
516 last_mode_ = rmode; in Write()