Searched refs:uiCount (Results 1 – 2 of 2) sorted by relevance
26 for (RtpDt_UInt32 uiCount = RTP_ZERO; uiCount < RTP_MAX_SDES_TYPE; uiCount++) in RtcpConfigInfo() local28 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() local38 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 …]
133 for (RtpDt_UInt32 uiCount = RTP_ZERO; uiCount < usSize; uiCount++) in ~RtpSession() local1080 for (RtpDt_UInt32 uiCount = RTP_ZERO; uiCount < uiSdesItems; uiCount++) in constructSdesPkt() local1082 tRTCP_SDES_ITEM* pstSdesItem = m_pobjRtcpCfgInfo->getRtcpSdesItem(uiCount); in constructSdesPkt()