Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtcpHeader.cpp23 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()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/include/rtp/core/
DRtcpHeader.h51 RtpDt_UChar m_ucReceptionReportCount; variable