Home
last modified time | relevance | path

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

/external/chromium_org/media/cast/net/rtp_sender/
Drtp_sender.cc134 base::TimeDelta time_since_last_send = now - time_sent; in RtpStatistics() local
136 time_since_last_send.InMilliseconds() * (config_.frequency / 1000); in RtpStatistics()
/external/chromium_org/media/cast/video_sender/
Dvideo_sender.cc301 base::TimeDelta time_since_last_send = in ResendCheck() local
303 if (time_since_last_send > rtp_max_delay_) { in ResendCheck()