Searched refs:m_ucReceptionReportCount (Results 1 – 2 of 2) sorted by relevance
23 m_ucReceptionReportCount(RTP_ZERO), in RtcpHeader()67 m_ucReceptionReportCount = ucReceptionReportCount; in setReceptionReportCount()73 return m_ucReceptionReportCount; in getReceptionReportCount()110 m_ucReceptionReportCount == objRtcpHeader.m_ucReceptionReportCount && in operator ==()139 m_ucReceptionReportCount = RtpDt_UInt8(uiTemp4Data & 0x0000001F); in decodeRtcpHeader()183 RTP_FORM_HDR_UTL(usUtlData, m_ucReceptionReportCount, RTCP_RC_SHIFT_VAL, usTmpData); in formPartialRtcpHeader()210 m_ucReceptionReportCount = ucReceptionReportCount; in populateRtcpHeader()
51 RtpDt_UChar m_ucReceptionReportCount; variable