Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dvideo_coding_impl.cc31 const int64_t time_since_process = _clock->TimeInMilliseconds() - _latestMs; in TimeUntilProcess() local
32 const int64_t time_until_process = _periodMs - time_since_process; in TimeUntilProcess()