Searched refs:kPreemptiveExpand (Results 1 – 6 of 6) sorted by relevance
36 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()
26 enum class Action { kNormal, kExpand, kAccelerate, kPreemptiveExpand }; enumerator
155 kPreemptiveExpand, enumerator
906 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()
314 return NetEq::Operation::kPreemptiveExpand; in ExpectedPacketAvailable()
1739 .WillOnce(Return(NetEq::Operation::kPreemptiveExpand)); in TEST_F()1743 EXPECT_EQ(NetEq::Operation::kPreemptiveExpand, in TEST_F()