Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtcpConfigInfo.cpp28 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()
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()
72 if (m_arrSdesInfo[uiCount].pValue != nullptr) in estimateSdesPktSize()
74 uiSdesPktSize += m_arrSdesInfo[uiCount].ucLength; in estimateSdesPktSize()
93 m_arrSdesInfo[uiIndex].ucType = pstSdesItem->ucType; in addRtcpSdesItem()
[all …]
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/include/rtp/core/
DRtcpConfigInfo.h42 tRTCP_SDES_ITEM m_arrSdesInfo[RTP_MAX_SDES_TYPE]; variable