Searched refs:next_send_time (Results 1 – 6 of 6) sorted by relevance
112 int next_send_time = rtp_generator_mono_.GetRtpHeader( in GetNewPackets() local123 return next_send_time; in GetNewPackets()154 int next_send_time; in RunTest() local157 next_send_time = GetNewPackets(); in RunTest()158 ASSERT_NE(-1, next_send_time); in RunTest()159 next_arrival_time = GetArrivalTime(next_send_time); in RunTest()177 next_send_time = GetNewPackets(); in RunTest()178 ASSERT_NE(-1, next_send_time); in RunTest()179 next_arrival_time = GetArrivalTime(next_send_time); in RunTest()
232 uint32_t next_send_time; in RunTest() local235 time_now = next_send_time = last_lost_time_ = rtp_generator_->GetRtpHeader( in RunTest()239 while (time_now + kFrameSizeMs >= next_send_time) { in RunTest()240 next_send_time = rtp_generator_->GetRtpHeader( in RunTest()242 if (!Lost(next_send_time)) { in RunTest()
132 const auto next_send_time = in ScheduleNextBurst() local134 if (next_send_time >= next_burst_time) { in ScheduleNextBurst()137 if (next_send_time <= earliest_allowed_burst_time) { in ScheduleNextBurst()142 next_burst_time = next_send_time; in ScheduleNextBurst()
171 Timestamp next_send_time = pacing_controller_.NextSendTime(); in TimeUntilNextProcess() local173 std::max(TimeDelta::Zero(), next_send_time - clock_->CurrentTime()); in TimeUntilNextProcess()
592 Timestamp next_send_time = NextSendTime(); in ProcessPackets() local593 if (next_send_time.IsMinusInfinity()) { in ProcessPackets()596 target_send_time = std::min(now, next_send_time); in ProcessPackets()
289 Timestamp next_send_time = pacer_->NextSendTime(); in AdvanceTimeAndProcess() local290 clock_.AdvanceTime(std::max(TimeDelta::Zero(), next_send_time - now)); in AdvanceTimeAndProcess()354 Timestamp next_send_time = pacer->NextSendTime(); in ProcessNext() local355 TimeDelta wait_time = std::max(TimeDelta::Zero(), next_send_time - now); in ProcessNext()1802 Timestamp next_send_time = pacer_->NextSendTime(); in TEST_P() local1804 const TimeDelta time_between_packets = next_send_time - clock_.CurrentTime(); in TEST_P()1815 next_send_time = pacer_->NextSendTime(); in TEST_P()1816 const TimeDelta time_left = next_send_time - clock_.CurrentTime(); in TEST_P()1943 Timestamp next_send_time = pacer_->NextSendTime(); in TEST_P() local1945 std::min(next_send_time, last_audio_time + kAudioPacketInterval) - in TEST_P()