Home
last modified time | relevance | path

Searched refs:m_packetsTooLate (Results 1 – 6 of 6) sorted by relevance

/dports/net/opal/opal-3.10.10/include/rtp/
H A Djitter.h133 DWORD GetPacketsTooLate() const { return m_packetsTooLate; } in GetPacketsTooLate()
165 DWORD m_packetsTooLate; variable
H A Drtp.h381 unsigned m_packetsTooLate; variable
/dports/net/opal/opal-3.10.10/src/rtp/
H A Djitter.cxx261 m_packetsTooLate = 0; in SetDelay()
527 ++m_packetsTooLate; in ReadData()
H A Drtp.cxx494 , m_packetsTooLate(0) in OpalMediaStatistics()
1442 statistics.m_packetsTooLate = receiver ? GetPacketsTooLate() : 0; in GetStatistics()
/dports/net/opal/opal-3.10.10/src/Python/opal/
H A DRTP.sip278 unsigned m_packetsTooLate;
/dports/net/opal/opal-3.10.10/samples/openphone/
H A Dmain.cxx6760 value.sprintf(m_printFormat, statistics.m_packetsTooLate);