Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtcpConfigInfo.cpp26 for (RtpDt_UInt32 uiCount = RTP_ZERO; uiCount < RTP_MAX_SDES_TYPE; uiCount++) in RtcpConfigInfo() local
28 m_arrSdesInfo[uiCount].pValue = nullptr; in RtcpConfigInfo()
29 m_arrSdesInfo[uiCount].ucType = RTP_ZERO; in RtcpConfigInfo()
30 m_arrSdesInfo[uiCount].ucLength = RTP_ZERO; in RtcpConfigInfo()
36 for (RtpDt_UInt32 uiCount = RTP_ZERO; uiCount < RTP_MAX_SDES_TYPE; uiCount++) in ~RtcpConfigInfo() local
38 if (m_arrSdesInfo[uiCount].pValue != nullptr) in ~RtcpConfigInfo()
40 delete[] m_arrSdesInfo[uiCount].pValue; in ~RtcpConfigInfo()
41 m_arrSdesInfo[uiCount].pValue = nullptr; in ~RtcpConfigInfo()
42 m_arrSdesInfo[uiCount].ucLength = 0; in ~RtcpConfigInfo()
70 for (RtpDt_UInt32 uiCount = RTP_ZERO; uiCount < RTP_MAX_SDES_TYPE; uiCount++) in estimateSdesPktSize() local
[all …]
DRtpSession.cpp133 for (RtpDt_UInt32 uiCount = RTP_ZERO; uiCount < usSize; uiCount++) in ~RtpSession() local
1080 for (RtpDt_UInt32 uiCount = RTP_ZERO; uiCount < uiSdesItems; uiCount++) in constructSdesPkt() local
1082 tRTCP_SDES_ITEM* pstSdesItem = m_pobjRtcpCfgInfo->getRtcpSdesItem(uiCount); in constructSdesPkt()