Searched refs:m_stNtpTimestamp (Results 1 – 2 of 2) sorted by relevance
33 memset(&m_stNtpTimestamp, RTP_ZERO, sizeof(tRTP_NTP_TIME)); in RtcpSrPacket()80 return &m_stNtpTimestamp; in getNtpTime()218 m_stNtpTimestamp.m_uiNtpHigh32Bits = in decodeSrPacket()224 m_stNtpTimestamp.m_uiNtpLow32Bits = in decodeSrPacket()317 RtpOsUtil::Ntohl(m_stNtpTimestamp.m_uiNtpHigh32Bits); in formSrPacket()322 RtpOsUtil::Ntohl(m_stNtpTimestamp.m_uiNtpLow32Bits); in formSrPacket()
43 tRTP_NTP_TIME m_stNtpTimestamp; variable