Searched refs:m_uiDelayLastSR (Results 1 – 2 of 2) sorted by relevance
26 m_uiDelayLastSR(RTP_ZERO) in RtcpReportBlock()94 m_uiDelayLastSR = uiDelayLastSR; in setDelayLastSR()99 return m_uiDelayLastSR; in getDelayLastSR()130 m_uiDelayLastSR = RtpOsUtil::Ntohl(*(reinterpret_cast<RtpDt_UInt32*>(pcRepBlkBuf))); in decodeReportBlock()173 *(reinterpret_cast<RtpDt_UInt32*>(pucBuffer)) = RtpOsUtil::Ntohl(m_uiDelayLastSR); in formReportBlock()
73 RtpDt_UInt32 m_uiDelayLastSR; variable