Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/
Dvideo_coding_impl.h47 _latestMs(_clock->TimeInMilliseconds()) {} in VCMProcessTimer()
55 int64_t _latestMs; variable
Dvideo_coding_impl.cc30 const int64_t time_since_process = _clock->TimeInMilliseconds() - _latestMs; in TimeUntilProcess()
36 _latestMs = _clock->TimeInMilliseconds(); in Processed()