Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Ddecision_logic.cc98 if (status.last_mode == NetEq::Mode::kRfc3389Cng) { in GetDecision()
100 } else if (status.last_mode == NetEq::Mode::kCodecInternalCng) { in GetDecision()
109 (status.last_mode == NetEq::Mode::kAccelerateSuccess || in GetDecision()
110 status.last_mode == NetEq::Mode::kAccelerateLowEnergy || in GetDecision()
111 status.last_mode == NetEq::Mode::kPreemptiveExpandSuccess || in GetDecision()
112 status.last_mode == NetEq::Mode::kPreemptiveExpandLowEnergy); in GetDecision()
116 if (status.last_mode != NetEq::Mode::kRfc3389Cng && in GetDecision()
117 status.last_mode != NetEq::Mode::kCodecInternalCng && in GetDecision()
124 if (status.last_mode == NetEq::Mode::kError) { in GetDecision()
134 return CngOperation(status.last_mode, status.target_timestamp, in GetDecision()
[all …]
Dnormal.cc29 NetEq::Mode last_mode, in Process() argument
55 if (last_mode == NetEq::Mode::kExpand) { in Process()
147 } else if (last_mode == NetEq::Mode::kRfc3389Cng) { in Process()
Dnormal.h57 NetEq::Mode last_mode,
Dneteq_impl.cc1145 status.last_mode = last_mode_; in GetDecision()
/external/webrtc/api/neteq/
Dneteq_controller.h93 NetEq::Mode last_mode; member
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_capa.c1473 int last_mode, last_chan_idx; member
1883 if (phy_info->last_mode != nl_band->nla_type) { in phy_info_band()
1911 phy_info->last_mode = nl_band->nla_type; in phy_info_band()
2473 .last_mode = -1, in nl80211_get_hw_feature_data()