Searched refs:_clock (Results 1 – 14 of 14) sorted by relevance
/external/opencv3/modules/videoio/src/cap_winrt/ |
D | MediaSink.hpp | 259 if (_clock != nullptr) in SetPresentationClock() 261 CHK(_clock->RemoveClockStateSink(this)); in SetPresentationClock() 262 _clock = nullptr; in SetPresentationClock() 268 _clock = clock; in SetPresentationClock() 284 if (_clock != nullptr) in GetPresentationClock() 286 CHK(_clock.CopyTo(clock)) in GetPresentationClock() 315 if (_clock != nullptr) in Shutdown() 317 (void)_clock->RemoveClockStateSink(this); in Shutdown() 318 _clock = nullptr; in Shutdown() 391 MW::ComPtr<IMFPresentationClock> _clock; member in Media::WrlSealed
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_sender_audio.cc | 27 : _clock(clock), in RTPSenderAudio() 179 _clock->TimeInMilliseconds() - _dtmfTimeLastSent; in SendAudio() 223 _dtmfTimeLastSent = _clock->TimeInMilliseconds(); in SendAudio() 272 _clock->TimeInMilliseconds()); in SendAudio() 278 _clock->TimeInMilliseconds()); in SendAudio() 427 dtmfTimeStamp, _clock->TimeInMilliseconds()); in SendTelephoneEventPacket()
|
D | rtcp_receiver.cc | 48 _clock(clock), in RTCPReceiver() 251 _clock->CurrentNtp(ntp_sec, ntp_frac); in LastReceivedXrReferenceTimeInfo() 291 _lastReceived = _clock->TimeInMilliseconds(); in IncomingRTCPPacket() 380 int64_t now = _clock->TimeInMilliseconds(); in IncomingRTCPPacket() 446 _clock->CurrentNtp(_lastReceivedSRNTPsecs, _lastReceivedSRNTPfrac); in HandleSenderReceiverReport() 506 _lastReceivedRrMs = _clock->TimeInMilliseconds(); in HandleReportBlock() 536 _clock->CurrentNtp(lastReceivedRRNTPsecs, lastReceivedRRNTPfrac); in HandleReportBlock() 673 receiveInformation.lastTimeReceived = _clock->TimeInMilliseconds(); in UpdateReceiveInformation() 682 if (_clock->TimeInMilliseconds() > _lastReceivedRrMs + time_out_ms) { in RtcpRrTimeout() 696 if (_clock->TimeInMilliseconds() > _lastIncreasedSequenceNumberMs + in RtcpRrSequenceNumberTimeout() [all …]
|
D | rtp_sender_audio.h | 74 Clock* const _clock;
|
D | rtcp_receiver.h | 270 Clock* const _clock; variable
|
/external/webrtc/webrtc/modules/audio_device/dummy/ |
D | file_audio_device.cc | 45 _clock(Clock::GetRealTimeClock()) { in FileAudioDevice() 482 uint64_t currentTime = _clock->CurrentNtpInMilliseconds(); in PlayThreadProcess() 502 uint64_t deltaTimeMillis = _clock->CurrentNtpInMilliseconds() - currentTime; in PlayThreadProcess() 516 uint64_t currentTime = _clock->CurrentNtpInMilliseconds(); in RecThreadProcess() 537 uint64_t deltaTimeMillis = _clock->CurrentNtpInMilliseconds() - currentTime; in RecThreadProcess()
|
D | file_audio_device.h | 198 Clock* _clock; variable
|
/external/webrtc/webrtc/modules/video_coding/ |
D | video_coding_impl.h | 41 : _clock(clock), in VCMProcessTimer() 43 _latestMs(_clock->TimeInMilliseconds()) {} in VCMProcessTimer() 49 Clock* _clock;
|
D | generic_decoder.cc | 23 _clock(clock), in VCMDecodedFrameCallback() 68 const int64_t now_ms = _clock->TimeInMilliseconds(); in Decoded()
|
D | video_coding_impl.cc | 31 const int64_t time_since_process = _clock->TimeInMilliseconds() - _latestMs; in TimeUntilProcess() 37 _latestMs = _clock->TimeInMilliseconds(); in Processed()
|
D | generic_decoder.h | 55 Clock* _clock; variable
|
/external/llvm/test/CodeGen/X86/ |
D | coalescer-cross.ll | 30 %0 = tail call i32 @"\01_clock$UNIX2003"() nounwind ; <i32> [#uses=1] 45 declare i32 @"\01_clock$UNIX2003"()
|
/external/v8/test/mjsunit/asm/embenchen/ |
D | box2d.js | 5163 function _clock() { function 5164 if (_clock.start === undefined) _clock.start = Date.now(); 5165 return Math.floor((Date.now() - _clock.start) * (1000000/1000)); 6124 var _clock=env._clock; 17423 i3 = _clock() | 0; 17425 i3 = (_clock() | 0) - i3 | 0; 20102 …exceptionv": __ZSt18uncaught_exceptionv, "_sysconf": _sysconf, "_clock": _clock, "_emscripten_memc… property
|
D | lua_binarytrees.js | 6517 function _clock() { function 6518 if (_clock.start === undefined) _clock.start = Date.now(); 6519 return Math.floor((Date.now() - _clock.start) * (1000000/1000)); 7290 var _clock=env._clock; 40588 _lua_pushnumber(i1, +(_clock() | 0) / 1.0e6); 40879 …h, "_sysconf": _sysconf, "_close": _close, "_ferror": _ferror, "_clock": _clock, "_cos": _cos, "_t… property
|