Searched refs:time_to_next (Results 1 – 2 of 2) sorted by relevance
58 auto time_to_next = pipe_.TimeUntilNextProcess(); in Process() local59 if (!time_to_next) { in Process()64 task_queue_.PostTask([this, time_to_next]() { in Process()66 int64_t next_process_time = *time_to_next + clock_->TimeInMilliseconds(); in Process()76 *time_to_next); in Process()
852 int time_to_next = in PrepareReport() local855 RTC_DCHECK_GT(time_to_next, 0); in PrepareReport()856 next_time_to_send_rtcp_ = clock_->TimeInMilliseconds() + time_to_next; in PrepareReport()