Searched refs:ucReceptionReportCount (Results 1 – 2 of 2) sorted by relevance
59 eRtp_Bool RtcpHeader::setReceptionReportCount(IN RtpDt_UChar ucReceptionReportCount) in setReceptionReportCount() argument61 if (ucReceptionReportCount > MAX_RECEPTION_REPORT_COUNT) in setReceptionReportCount()63 RTP_TRACE_ERROR("Invalid Reception Report Count %d", ucReceptionReportCount, 0); in setReceptionReportCount()67 m_ucReceptionReportCount = ucReceptionReportCount; in setReceptionReportCount()207 IN RtpDt_UChar ucReceptionReportCount, IN RtpDt_UChar ucPacketType, IN RtpDt_UInt32 uiSsrc) in populateRtcpHeader() argument210 m_ucReceptionReportCount = ucReceptionReportCount; in populateRtcpHeader()
194 RtpDt_Void populateRtcpHeader(IN RtpDt_UChar ucReceptionReportCount,