Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtcpConfigInfo.cpp78 RtpDt_UInt32 uiTmpSize = uiSdesPktSize % RTP_WORD_SIZE; in estimateSdesPktSize() local
79 if (uiTmpSize != RTP_ZERO) in estimateSdesPktSize()
81 uiTmpSize = RTP_WORD_SIZE - uiTmpSize; in estimateSdesPktSize()
83 uiSdesPktSize = uiSdesPktSize + uiTmpSize; in estimateSdesPktSize()