OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_clock
(Results
1 - 15
of
15
) sorted by null
/external/opencv3/modules/videoio/src/cap_winrt/
MediaSink.hpp
259
if (
_clock
!= nullptr)
261
CHK(
_clock
->RemoveClockStateSink(this));
262
_clock
= nullptr;
268
_clock
= clock;
284
if (
_clock
!= nullptr)
286
CHK(
_clock
.CopyTo(clock))
315
if (
_clock
!= nullptr)
317
(void)
_clock
->RemoveClockStateSink(this);
318
_clock
= nullptr;
391
MW::ComPtr<IMFPresentationClock>
_clock
;
[
all
...]
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_sender_audio.cc
27
:
_clock
(clock),
179
_clock
->TimeInMilliseconds() - _dtmfTimeLastSent;
223
_dtmfTimeLastSent =
_clock
->TimeInMilliseconds();
272
_clock
->TimeInMilliseconds());
278
_clock
->TimeInMilliseconds());
427
dtmfTimeStamp,
_clock
->TimeInMilliseconds());
rtcp_receiver.cc
48
_clock
(clock),
251
_clock
->CurrentNtp(ntp_sec, ntp_frac);
291
_lastReceived =
_clock
->TimeInMilliseconds();
380
int64_t now =
_clock
->TimeInMilliseconds();
446
_clock
->CurrentNtp(_lastReceivedSRNTPsecs, _lastReceivedSRNTPfrac);
506
_lastReceivedRrMs =
_clock
->TimeInMilliseconds();
536
_clock
->CurrentNtp(lastReceivedRRNTPsecs, lastReceivedRRNTPfrac);
673
receiveInformation.lastTimeReceived =
_clock
->TimeInMilliseconds();
682
if (
_clock
->TimeInMilliseconds() > _lastReceivedRrMs + time_out_ms) {
696
if (
_clock
->TimeInMilliseconds() > _lastIncreasedSequenceNumberMs
[
all
...]
rtp_sender_audio.h
74
Clock* const
_clock
;
member in class:webrtc::RTPSenderAudio
rtcp_receiver.h
270
Clock* const
_clock
;
member in class:webrtc::RTCPReceiver
/external/webrtc/webrtc/modules/video_coding/
generic_decoder.h
55
Clock*
_clock
;
member in class:webrtc::VCMDecodedFrameCallback
generic_decoder.cc
23
_clock
(clock),
68
const int64_t now_ms =
_clock
->TimeInMilliseconds();
video_coding_impl.h
41
:
_clock
(clock),
43
_latestMs(
_clock
->TimeInMilliseconds()) {}
49
Clock*
_clock
;
member in class:webrtc::vcm::VCMProcessTimer
video_coding_impl.cc
31
const int64_t time_since_process =
_clock
->TimeInMilliseconds() - _latestMs;
37
_latestMs =
_clock
->TimeInMilliseconds();
/external/webrtc/webrtc/modules/audio_device/dummy/
file_audio_device.cc
45
_clock
(Clock::GetRealTimeClock()) {
482
uint64_t currentTime =
_clock
->CurrentNtpInMilliseconds();
502
uint64_t deltaTimeMillis =
_clock
->CurrentNtpInMilliseconds() - currentTime;
516
uint64_t currentTime =
_clock
->CurrentNtpInMilliseconds();
537
uint64_t deltaTimeMillis =
_clock
->CurrentNtpInMilliseconds() - currentTime;
file_audio_device.h
198
Clock*
_clock
;
member in class:webrtc::FileAudioDevice
/external/v8/test/mjsunit/asm/embenchen/
box2d.js
5163
function
_clock
() {
function
[
all
...]
lua_binarytrees.js
6517
function
_clock
() {
function
[
all
...]
/external/v8/test/mjsunit/wasm/embenchen/
box2d.js
5166
function
_clock
() {
function
[
all
...]
lua_binarytrees.js
6520
function
_clock
() {
function
[
all
...]
Completed in 1896 milliseconds