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/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test.h
114
int64_t
time_now_ms_
;
member in class:webrtc::testing::bwe::BweTest
/external/chromium_org/third_party/webrtc/video_engine/
stream_synchronization_unittest.cc
34
time_now_ms_
(offset) {}
44
*ntp_secs =
time_now_ms_
/ 1000 + kNtpJan1970;
45
int64_t remainder_ms =
time_now_ms_
% 1000;
51
return frequency *
time_now_ms_
/ 1000 + offset;
55
time_now_ms_
+= inc;
59
return
time_now_ms_
;
65
int64_t
time_now_ms_
;
member in class:webrtc::Time
Completed in 2073 milliseconds