Home
last modified time | relevance | path

Searched refs:ucReceptionReportCount (Results 1 – 2 of 2) sorted by relevance

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtcpHeader.cpp59 eRtp_Bool RtcpHeader::setReceptionReportCount(IN RtpDt_UChar ucReceptionReportCount) in setReceptionReportCount() argument
61 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() argument
210 m_ucReceptionReportCount = ucReceptionReportCount; in populateRtcpHeader()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/include/rtp/core/
DRtcpHeader.h194 RtpDt_Void populateRtcpHeader(IN RtpDt_UChar ucReceptionReportCount,