Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtpSession.cpp35 m_usExtHdrLen(RTP_ZERO), in RtpSession()
71 m_usExtHdrLen(RTP_ZERO), in RtpSession()
150 return m_usExtHdrLen; in getExtHdrLen()
438 uiReportTotalSize += m_usExtHdrLen; in calculateTotalRtcpSize()
933 if (m_usExtHdrLen > RTP_ZERO) in populateReportPacket()
1272 m_usExtHdrLen = usExtHdrLen; in setPayload()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/include/rtp/core/
DRtpSession.h66 RtpDt_UInt16 m_usExtHdrLen; variable