Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtcpChunk.cpp59 RtpDt_UInt32 uiSdesItemCnt = pobjRtcpCfgInfo->getSdesItemCount(); in decodeRtcpChunk() local
62 while (uiSdesItemCnt > RTP_ZERO) in decodeRtcpChunk()
106 uiSdesItemCnt = uiSdesItemCnt - RTP_ONE; in decodeRtcpChunk()
DRtcpConfigInfo.cpp135 RtpDt_Void RtcpConfigInfo::setSdesItemCount(IN RtpDt_UInt32 uiSdesItemCnt) in setSdesItemCount() argument
137 m_uiSdesItemCnt = uiSdesItemCnt; in setSdesItemCount()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/include/rtp/core/
DRtcpConfigInfo.h81 RtpDt_Void setSdesItemCount(IN RtpDt_UInt32 uiSdesItemCnt);