Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtpHeader.cpp257 RtpDt_UInt32 uiExpectedLength = RTP_FIXED_HDR_LEN + (m_ucCsrcCount * RTP_WORD_SIZE); in decodeHeader() local
258 if (uiRtpBufferLength < uiExpectedLength) in decodeHeader()
262 uiExpectedLength, uiRtpBufferLength); in decodeHeader()