Home
last modified time | relevance | path

Searched refs:lastReceivedPacketTime (Results 1 – 4 of 4) sorted by relevance

/dports/net/h323plus/h323plus-1_27_2/src/
H A Drtp.cxx524 … expectedSequenceNumber(0), lastSentTimestamp(0), lastSentPacketTime(0), lastReceivedPacketTime(0), in RTP_Session()
852 DWORD diff = tick - lastReceivedPacketTime; in OnReceiveData()
900 lastReceivedPacketTime = tick; in OnReceiveData()
/dports/net/h323plus/h323plus-1_27_2/include/
H A Drtp.h767 PInt64 lastReceivedPacketTime; variable
/dports/net/opal/opal-3.10.10/include/rtp/
H A Drtp.h1020 PTimeInterval lastReceivedPacketTime; variable
/dports/net/opal/opal-3.10.10/src/rtp/
H A Drtp.cxx1172 DWORD diff = (tick - lastReceivedPacketTime).GetInterval(); in Internal_OnReceiveData()
1268 lastReceivedPacketTime = tick; in Internal_OnReceiveData()