Searched refs:next_time_us (Results 1 – 3 of 3) sorted by relevance
35 absl::optional<int64_t> next_time_us = in OnPacketReceived() local37 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() local50 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()
231 int64_t next_time_us = in GenerateAndProcessFrame() local266 clock_.AdvanceTimeMicroseconds(next_time_us - clock_.TimeInMicroseconds()); in GenerateAndProcessFrame()
256 int64_t next_time_us = in GenerateAndProcessFrame() local278 clock_.AdvanceTimeMicroseconds(next_time_us - clock_.TimeInMicroseconds()); in GenerateAndProcessFrame()