Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtpHeader.cpp208 RtpDt_UInt32 uiRtpBufferLength = pobjRtpPktBuf->getLength(); in decodeHeader() local
210 if (uiRtpBufferLength < RTP_FIXED_HDR_LEN) in decodeHeader()
213 RTP_FIXED_HDR_LEN, uiRtpBufferLength); in decodeHeader()
258 if (uiRtpBufferLength < uiExpectedLength) in decodeHeader()
262 uiExpectedLength, uiRtpBufferLength); in decodeHeader()