Home
last modified time | relevance | path

Searched refs:realTimestamp (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/blender/blender-2.91.0/intern/itasc/
H A DCache.hpp36 double realTimestamp; member
53 if (timestamp.realTimestamp < 0.0 || timestamp.realTimestamp > 4294967.295) in setCacheTimestamp()
56 timestamp.cacheTimestamp = (CacheTS)(timestamp.realTimestamp*1000.0+0.5); in setCacheTimestamp()
H A DScene.cpp323 ts.realTimestamp = timestamp; in update()
/dports/net/h323plus/h323plus-1_27_2/src/
H A Drtp.cxx677 sender.realTimestamp = rtpSync.realTimestamp; in AVSyncData()
1057 sender.realTimestamp = PTime(sr.ntp_sec-SecondsFrom1900to1970, sr.ntp_frac / 4294); in OnReceiveControl()
1063 rtpSync.realTimestamp = sender.realTimestamp; in OnReceiveControl()
1222 << " ntp=" << realTimestamp.AsString("yyyy/M/d-h:m:s.uuuu") in PrintOn()
H A Dchannels.cxx1132 codec->OnRxSenderReport(avData.rtpTimestamp, avData.realTimestamp); in Receive()
/dports/audio/pianobar/pianobar-2020.11.28/src/libpiano/
H A Dresponse.c156 const time_t realTimestamp = time (NULL); in PianoResponse() local
167 ph->timeOffset = (long int) realTimestamp - in PianoResponse()
/dports/net/opal/opal-3.10.10/src/rtp/
H A Drtp.cxx1498 sender.realTimestamp = PTime(sr.ntp_sec-SecondsFrom1900to1970, sr.ntp_frac/4294); in OnReceiveControl()
1501 lastSRTimestamp = sender.realTimestamp; in OnReceiveControl()
1733 << " ntp=" << realTimestamp.AsString("yyyy/M/d-h:m:s.uuuu") in PrintOn()
/dports/net/h323plus/h323plus-1_27_2/include/
H A Drtp.h503 PTime realTimestamp; variable
/dports/net/opal/opal-3.10.10/include/rtp/
H A Drtp.h672 PTime realTimestamp; variable
/dports/net/opal/opal-3.10.10/src/Python/opal/
H A DRTP.sip553 PTime realTimestamp;