Home
last modified time | relevance | path

Searched refs:next_time_us (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/test/network/
Dnetwork_emulation.cc35 absl::optional<int64_t> next_time_us = in OnPacketReceived() local
37 if (!next_time_us) in OnPacketReceived()
43 Timestamp::Micros(*next_time_us) - current_time), in OnPacketReceived()
48 absl::optional<int64_t> next_time_us = in OnPacketReceived() local
50 if (!next_time_us) { in OnPacketReceived()
54 RTC_DCHECK_GE(*next_time_us, current_time.us()); in OnPacketReceived()
55 return Timestamp::Micros(*next_time_us) - current_time; in OnPacketReceived()
/external/webrtc/modules/congestion_controller/goog_cc/
Ddelay_based_bwe_unittest_helper.cc231 int64_t next_time_us = in GenerateAndProcessFrame() local
266 clock_.AdvanceTimeMicroseconds(next_time_us - clock_.TimeInMicroseconds()); in GenerateAndProcessFrame()
/external/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_unittest_helper.cc256 int64_t next_time_us = in GenerateAndProcessFrame() local
278 clock_.AdvanceTimeMicroseconds(next_time_us - clock_.TimeInMicroseconds()); in GenerateAndProcessFrame()