Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Ddecision_logic.cc98 if (status.last_mode == NetEq::Mode::kRfc3389Cng) { in GetDecision()
116 if (status.last_mode != NetEq::Mode::kRfc3389Cng && in GetDecision()
268 if (timestamp_diff < 0 && prev_mode == NetEq::Mode::kRfc3389Cng) { in CngOperation()
275 return NetEq::Operation::kRfc3389Cng; in CngOperation()
351 if (prev_mode == NetEq::Mode::kRfc3389Cng || in FuturePacketAvailable()
390 if (prev_mode == NetEq::Mode::kRfc3389Cng) { in FuturePacketAvailable()
Dneteq_impl.cc441 if (first_packet_ || last_mode_ == Mode::kRfc3389Cng || in GetPlayoutTimestamp()
861 (operation == Operation::kRfc3389Cng && !packet_list.empty()); in GetAudioInternal()
911 case Operation::kRfc3389Cng: in GetAudioInternal()
940 if (last_mode_ != Mode::kRfc3389Cng) { in GetAudioInternal()
1011 (last_mode_ == Mode::kRfc3389Cng) || in GetAudioInternal()
1046 if (!(last_mode_ == Mode::kRfc3389Cng || in GetAudioInternal()
1083 if (controller_->CngRfc3389On() || last_mode_ == Mode::kRfc3389Cng) { in GetDecision()
1201 *operation = Operation::kRfc3389Cng; in GetDecision()
1202 } else if (*operation != Operation::kRfc3389Cng) { in GetDecision()
1320 if (*operation != Operation::kRfc3389Cng) { in GetDecision()
[all …]
Dnormal.cc147 } else if (last_mode == NetEq::Mode::kRfc3389Cng) { in Process()
/external/webrtc/api/neteq/
Dneteq.h156 kRfc3389Cng, enumerator
173 kRfc3389Cng, enumerator