OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_lastUpdateT
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_coding/
jitter_estimator.cc
68
_lastUpdateT
= rhs.
_lastUpdateT
;
97
_lastUpdateT
= -1;
297
if (
_lastUpdateT
!= -1) {
298
fps_counter_.AddSample(now -
_lastUpdateT
);
300
_lastUpdateT
= now;
jitter_estimator.h
147
int64_t
_lastUpdateT
;
Completed in 662 milliseconds