OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:start_time_ms_
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/talk/media/base/
rtpdump.h
110
start_time_ms_
(0),
132
uint32_t
start_time_ms_
;
member in class:cricket::RtpDumpReader
226
uint32_t
start_time_ms_
; // Time when the record starts.
member in class:cricket::RtpDumpWriter
rtpdump.cc
182
start_time_ms_
= start_sec * 1000 + start_usec / 1000;
325
start_time_ms_
(rtc::Time()),
335
return rtc::TimeSince(
start_time_ms_
);
/external/webrtc/webrtc/modules/video_coding/
video_sender_unittest.cc
88
: clock_(clock),
start_time_ms_
(clock_->TimeInMilliseconds()) {}
103
start_time_ms_
= clock_->TimeInMilliseconds();
137
int64_t diff = (clock_->TimeInMilliseconds() -
start_time_ms_
);
167
int64_t
start_time_ms_
;
member in class:webrtc::vcm::__anon28095::PacketizationCallback
/external/webrtc/webrtc/call/
call_perf_tests.cc
395
start_time_ms_
(start_time_ms),
424
if (time_since_creation <
start_time_ms_
) {
425
// Wait for |
start_time_ms_
| before start measuring.
500
int
start_time_ms_
;
member in class:webrtc::CaptureNtpTimeObserver
/external/webrtc/talk/app/webrtc/java/jni/
androidmediadecoder_jni.cc
129
int64_t
start_time_ms_
; // Start time for statistics.
member in class:webrtc_jni::MediaCodecVideoDecoder
367
start_time_ms_
= GetCurrentTimeMs();
749
int statistic_time_ms = GetCurrentTimeMs() -
start_time_ms_
;
758
start_time_ms_
= GetCurrentTimeMs();
[
all
...]
androidmediaencoder_jni.cc
206
int64_t
start_time_ms_
; // Start time for statistics.
member in class:webrtc_jni::MediaCodecVideoEncoder
483
start_time_ms_
= GetCurrentTimeMs();
[
all
...]
/system/core/adb/
file_sync_client.cpp
101
start_time_ms_
(CurrentTimeMs()),
300
uint64_t ms = CurrentTimeMs() -
start_time_ms_
;
393
uint64_t
start_time_ms_
;
member in class:SyncConnection
[
all
...]
Completed in 102 milliseconds