Searched refs:actual_delay (Results 1 – 2 of 2) sorted by relevance
24 actual_delay = random.uniform(mdelay - half_interval, mdelay + half_interval)25 msg = "Retrying in %.2f seconds ..." % actual_delay30 time.sleep(actual_delay)
214 uint32_t actual_delay = std::max(current_delay_ms_, min_playout_delay_ms_); in RenderTimeMsInternal() local215 return estimated_complete_time_ms + actual_delay; in RenderTimeMsInternal()