Searched refs:m_ulAvgRtcpSize (Results 1 – 2 of 2) sorted by relevance
37 m_ulAvgRtcpSize(RTP_ZERO), in RtpTimerInfo()70 m_ulAvgRtcpSize = RTP_ZERO; in cleanUp()99 m_ulAvgRtcpSize = (1.0 / 16) * uiRcvdPktSize + (15.0 / 16) * m_ulAvgRtcpSize; in updateAvgRtcpSize()298 return m_ulAvgRtcpSize; in getAvgRtcpSize()311 m_ulAvgRtcpSize = uiAvgRtcpSize; in setAvgRtcpSize()
66 RtpDt_Int32 m_ulAvgRtcpSize; variable