Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/
Ddisplay_handler.cpp215 const std::chrono::milliseconds kRepeatingInterval(20); in RepeatFramesPeriodically() local
216 auto next_send = std::chrono::system_clock::now() + kRepeatingInterval; in RepeatFramesPeriodically()
252 buffer_info->last_sent_time_stamp + kRepeatingInterval) { in RepeatFramesPeriodically()
267 next_send, buffer_info->last_sent_time_stamp + kRepeatingInterval); in RepeatFramesPeriodically()