Searched refs:m_uiTimestamp (Results 1 – 2 of 2) sorted by relevance
30 m_uiTimestamp(RTP_ZERO), in RtpHeader()126 m_uiTimestamp = uiTimestamp; in setRtpTimestamp()131 return m_uiTimestamp; in getRtpTimestamp()180 *(reinterpret_cast<RtpDt_UInt32*>(pucRtpHeaderBuffer)) = RtpOsUtil::Ntohl(m_uiTimestamp); in formHeader()246 m_uiTimestamp = RtpOsUtil::Ntohl(*(reinterpret_cast<RtpDt_UInt32*>(pucRtpHeaderBuffer))); in decodeHeader()
86 RtpDt_UInt32 m_uiTimestamp; variable