Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/tools/
Dneteq_test.cc36 case NetEqSimulator::Action::kPreemptiveExpand: in ActionToOperations()
37 return absl::make_optional(NetEq::Operation::kPreemptiveExpand); in ActionToOperations()
212 result.action_times_ms[Action::kPreemptiveExpand] = 0; in RunToNextGetAudio()
228 result.action_times_ms[Action::kPreemptiveExpand] = 10; in RunToNextGetAudio()
/external/webrtc/api/test/
Dneteq_simulator.h26 enum class Action { kNormal, kExpand, kAccelerate, kPreemptiveExpand }; enumerator
/external/webrtc/api/neteq/
Dneteq.h155 kPreemptiveExpand, enumerator
/external/webrtc/modules/audio_coding/neteq/
Dneteq_impl.cc906 case Operation::kPreemptiveExpand: { in GetAudioInternal()
1164 *operation == Operation::kPreemptiveExpand)) { in GetDecision()
1178 *operation != Operation::kPreemptiveExpand) { in GetDecision()
1276 case Operation::kPreemptiveExpand: { in GetDecision()
1333 *operation == Operation::kPreemptiveExpand) { in GetDecision()
1511 operation == Operation::kPreemptiveExpand); in DecodeLoop()
Ddecision_logic.cc314 return NetEq::Operation::kPreemptiveExpand; in ExpectedPacketAvailable()
Dneteq_impl_unittest.cc1739 .WillOnce(Return(NetEq::Operation::kPreemptiveExpand)); in TEST_F()
1743 EXPECT_EQ(NetEq::Operation::kPreemptiveExpand, in TEST_F()