Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtcpConfigInfo.cpp69 RtpDt_UInt32 uiSdesPktSize = RTP_WORD_SIZE; in estimateSdesPktSize() local
74 uiSdesPktSize += m_arrSdesInfo[uiCount].ucLength; in estimateSdesPktSize()
75 uiSdesPktSize += RTP_TWO; in estimateSdesPktSize()
78 RtpDt_UInt32 uiTmpSize = uiSdesPktSize % RTP_WORD_SIZE; in estimateSdesPktSize()
83 uiSdesPktSize = uiSdesPktSize + uiTmpSize; in estimateSdesPktSize()
84 return uiSdesPktSize; in estimateSdesPktSize()
DRtpSession.cpp272 RtpDt_UInt32 uiSdesPktSize = RTP_WORD_SIZE; in estimateRtcpPktSize() local
273 uiSdesPktSize = uiSdesPktSize + m_pobjRtcpCfgInfo->estimateSdesPktSize(); in estimateRtcpPktSize()
275 RTP_TRACE_MESSAGE("estimateRtcpPktSize, [uiSdesPktSize : %d]", uiSdesPktSize, nullptr); in estimateRtcpPktSize()
277 uiEstRtcpSize += uiSdesPktSize; in estimateRtcpPktSize()