Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dtiming.cc207 int64_t estimated_complete_time_ms = in RenderTimeMsInternal() local
209 if (estimated_complete_time_ms == -1) { in RenderTimeMsInternal()
210 estimated_complete_time_ms = now_ms; in RenderTimeMsInternal()
215 return estimated_complete_time_ms + actual_delay; in RenderTimeMsInternal()