Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/
Dtiming.cc184 int64_t estimated_complete_time_ms = in RenderTimeMsInternal() local
186 if (estimated_complete_time_ms == -1) { in RenderTimeMsInternal()
187 estimated_complete_time_ms = now_ms; in RenderTimeMsInternal()
194 return estimated_complete_time_ms + actual_delay; in RenderTimeMsInternal()