Home
last modified time | relevance | path

Searched refs:_clock (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/modules/video_coding/
Dvideo_coding_impl.h45 : _clock(clock), in VCMProcessTimer()
47 _latestMs(_clock->TimeInMilliseconds()) {} in VCMProcessTimer()
53 Clock* _clock;
Dgeneric_decoder.cc31 : _clock(clock), in VCMDecodedFrameCallback()
36 _clock->CurrentNtpInMilliseconds() - _clock->TimeInMilliseconds(); in VCMDecodedFrameCallback()
104 const Timestamp now = _clock->CurrentTime(); in Decoded()
Dvideo_coding_impl.cc30 const int64_t time_since_process = _clock->TimeInMilliseconds() - _latestMs; in TimeUntilProcess()
36 _latestMs = _clock->TimeInMilliseconds(); in Processed()
Dgeneric_decoder.h65 Clock* const _clock; variable
/external/walt/ios/WALT/
DWALTClient.m95 clock_serv_t _clock;
114 kern_return_t result = host_get_clock_service(mach_host_self(), SYSTEM_CLOCK, &_clock);
125 mach_port_deallocate(mach_task_self(), _clock);
231 _sync.base = CurrentTime(_clock);
248 _sync.maxError = CurrentTime(_clock) - _sync.base;
321 digitTimes.local[i] = CurrentTime(_clock) - _sync.base;
388 digitTimes.local[digit - 1] = CurrentTime(_clock) - _sync.base;
585 return ((NSTimeInterval)CurrentTime(_clock)) / USEC_PER_SEC;
/external/llvm-project/llvm/test/CodeGen/X86/
Dcoalescer-cross.ll30 %0 = tail call i32 @"\01_clock$UNIX2003"() nounwind ; <i32> [#uses=1]
45 declare i32 @"\01_clock$UNIX2003"()
/external/llvm/test/CodeGen/X86/
Dcoalescer-cross.ll30 %0 = tail call i32 @"\01_clock$UNIX2003"() nounwind ; <i32> [#uses=1]
45 declare i32 @"\01_clock$UNIX2003"()
/external/rust/crates/tokio/src/runtime/
Ddriver.rs141 _clock: Clock,