OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MillisecondTimestamp
(Results
1 - 25
of
29
) sorted by null
1
2
/external/webrtc/webrtc/voice_engine/
monitor_module.cc
22
_lastProcessTime(TickTime::
MillisecondTimestamp
())
58
int64_t now = TickTime::
MillisecondTimestamp
();
66
_lastProcessTime = TickTime::
MillisecondTimestamp
();
/external/webrtc/webrtc/common_video/
video_render_frames.cc
30
const int64_t time_now = TickTime::
MillisecondTimestamp
();
77
TickTime::
MillisecondTimestamp
();
incoming_video_stream.cc
76
int64_t now_ms = TickTime::
MillisecondTimestamp
();
241
TickTime::
MillisecondTimestamp
()) {
/external/webrtc/webrtc/modules/video_processing/
video_decimator.cc
98
ProcessIncomingframe_rate(TickTime::
MillisecondTimestamp
());
107
ProcessIncomingframe_rate(TickTime::
MillisecondTimestamp
());
112
int64_t now = TickTime::
MillisecondTimestamp
();
/external/webrtc/webrtc/modules/utility/source/
process_thread_impl.cc
191
int64_t now = TickTime::
MillisecondTimestamp
();
212
int64_t new_now = TickTime::
MillisecondTimestamp
();
230
int64_t time_to_wait = next_checkpoint - TickTime::
MillisecondTimestamp
();
process_thread_impl_unittest.cc
53
*ptr = TickTime::
MillisecondTimestamp
();
/external/webrtc/webrtc/system_wrappers/source/
condition_variable_unittest.cc
194
int64_t start_ms = TickTime::
MillisecondTimestamp
();
196
int64_t end_ms = TickTime::
MillisecondTimestamp
();
tick_util.cc
17
int64_t TickTime::
MillisecondTimestamp
() {
clock.cc
40
return TickTime::
MillisecondTimestamp
();
/external/webrtc/webrtc/video/
video_capture_input.cc
50
TickTime::
MillisecondTimestamp
()),
87
: TickTime::
MillisecondTimestamp
();
vie_encoder.cc
285
int64_t now_ms = TickTime::
MillisecondTimestamp
();
349
time_of_last_frame_activity_ms_ = TickTime::
MillisecondTimestamp
();
461
time_of_last_frame_activity_ms_ = TickTime::
MillisecondTimestamp
();
521
int64_t now = TickTime::
MillisecondTimestamp
();
/external/webrtc/webrtc/modules/video_capture/test/
video_capture_unittest.cc
44
int64_t start = TickTime::
MillisecondTimestamp
(); \
45
while (!res && TickTime::
MillisecondTimestamp
() < start + timeout) { \
127
videoFrame.render_time_ms() >= TickTime::
MillisecondTimestamp
()-30 &&
128
videoFrame.render_time_ms() <= TickTime::
MillisecondTimestamp
());
286
int64_t start_time = TickTime::
MillisecondTimestamp
();
305
EXPECT_LE(TickTime::
MillisecondTimestamp
() - start_time, 4000);
312
int64_t stop_time = TickTime::
MillisecondTimestamp
();
317
EXPECT_LE(TickTime::
MillisecondTimestamp
() - stop_time, 3000);
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/test/
vp8_impl_unittest.cc
161
int64_t startTime = TickTime::
MillisecondTimestamp
();
162
while (TickTime::
MillisecondTimestamp
() - startTime < kMaxWaitEncTimeMs) {
171
int64_t startTime = TickTime::
MillisecondTimestamp
();
172
while (TickTime::
MillisecondTimestamp
() - startTime < kMaxWaitDecTimeMs) {
/external/webrtc/webrtc/modules/video_render/test/testAPI/
testAPI.cc
316
videoFrame0.set_render_time_ms(TickTime::
MillisecondTimestamp
()
390
videoFrame0.set_render_time_ms(TickTime::
MillisecondTimestamp
() +
475
videoFrame0.set_render_time_ms(TickTime::
MillisecondTimestamp
() +
480
videoFrame1.set_render_time_ms(TickTime::
MillisecondTimestamp
() +
485
videoFrame2.set_render_time_ms(TickTime::
MillisecondTimestamp
() +
490
videoFrame3.set_render_time_ms(TickTime::
MillisecondTimestamp
() +
548
videoFrame0.set_render_time_ms(TickTime::
MillisecondTimestamp
() +
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_sequence_coder.cc
160
int64_t starttime = webrtc::TickTime::
MillisecondTimestamp
();
178
int64_t endtime = webrtc::TickTime::
MillisecondTimestamp
();
/external/webrtc/webrtc/modules/video_render/android/
video_render_android_impl.cc
177
if (_lastJavaRenderEvent < TickTime::
MillisecondTimestamp
() - 20) {
178
_lastJavaRenderEvent = TickTime::
MillisecondTimestamp
();
/external/webrtc/webrtc/modules/audio_coding/test/
Channel.cc
239
_beginTime(TickTime::
MillisecondTimestamp
()),
292
_beginTime = TickTime::
MillisecondTimestamp
();
417
uint64_t currTime = TickTime::
MillisecondTimestamp
();
APITest.cc
563
uint64_t startTime = TickTime::
MillisecondTimestamp
();
573
currentTime = TickTime::
MillisecondTimestamp
();
/external/webrtc/webrtc/system_wrappers/include/
tick_util.h
47
static int64_t
MillisecondTimestamp
();
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_sender_audio.cc
361
TickTime::
MillisecondTimestamp
(),
457
dtmfbuffer, 4, 12, TickTime::
MillisecondTimestamp
(),
/external/webrtc/webrtc/common_video/libyuv/
scaler_unittest.cc
377
start_clock = TickTime::
MillisecondTimestamp
();
379
total_clock += TickTime::
MillisecondTimestamp
() - start_clock;
/external/webrtc/webrtc/modules/video_processing/test/
video_processing_unittest.cc
253
video_frame_.set_render_time_ms(time_start.
MillisecondTimestamp
());
254
video_frame_.set_timestamp(time_start.
MillisecondTimestamp
() * 90);
/external/webrtc/webrtc/audio/
audio_receive_stream.cc
180
int64_t arrival_time_ms = TickTime::
MillisecondTimestamp
();
/external/webrtc/webrtc/modules/video_capture/
video_capture_impl.cc
310
_captureFrame.set_render_time_ms(TickTime::
MillisecondTimestamp
());
/external/webrtc/webrtc/modules/audio_device/
audio_device_impl.cc
134
_lastProcessTime(TickTime::
MillisecondTimestamp
()),
418
int64_t now = TickTime::
MillisecondTimestamp
();
433
_lastProcessTime = TickTime::
MillisecondTimestamp
();
[
all
...]
Completed in 1139 milliseconds
1
2