OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:time_now_ms_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_test.h
140
int64_t
time_now_ms_
;
member in class:webrtc::testing::bwe::BweTest
/external/webrtc/webrtc/video/
stream_synchronization_unittest.cc
35
time_now_ms_
(offset) {}
45
*ntp_secs =
time_now_ms_
/ 1000 + kNtpJan1970;
46
int64_t remainder_ms =
time_now_ms_
% 1000;
52
return frequency *
time_now_ms_
/ 1000 + offset;
56
time_now_ms_
+= inc;
60
return
time_now_ms_
;
66
int64_t
time_now_ms_
;
member in class:webrtc::Time
Completed in 149 milliseconds