Home
last modified time | relevance | path

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

/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtcpChunkTest.cpp64 EXPECT_EQ(mRtcpConfigInfo->getSdesItemCount(), 1); in TEST_F()
118 EXPECT_EQ(mRtcpConfigInfo->getSdesItemCount(), 1); in TEST_F()
133 EXPECT_EQ(mRtcpConfigInfo->getSdesItemCount(), 2); in TEST_F()
180 EXPECT_EQ(mRtcpConfigInfo->getSdesItemCount(), 1); in TEST_F()
195 EXPECT_EQ(mRtcpConfigInfo->getSdesItemCount(), 2); in TEST_F()
244 EXPECT_EQ(mRtcpConfigInfo->getSdesItemCount(), 1); in TEST_F()
DRtcpSdesPacketTest.cpp65 EXPECT_EQ(mRtcpConfigInfo->getSdesItemCount(), 1); in TEST_F()
125 EXPECT_EQ(mRtcpConfigInfo->getSdesItemCount(), 1); in TEST_F()
139 EXPECT_EQ(mRtcpConfigInfo->getSdesItemCount(), 2); in TEST_F()
196 EXPECT_EQ(mRtcpConfigInfo->getSdesItemCount(), 1); in TEST_F()
211 EXPECT_EQ(mRtcpConfigInfo->getSdesItemCount(), 2); in TEST_F()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/include/rtp/core/
DRtcpConfigInfo.h76 RtpDt_UInt32 getSdesItemCount();
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtcpConfigInfo.cpp130 RtpDt_UInt32 RtcpConfigInfo::getSdesItemCount() in getSdesItemCount() function in RtcpConfigInfo
DRtcpChunk.cpp59 RtpDt_UInt32 uiSdesItemCnt = pobjRtcpCfgInfo->getSdesItemCount(); in decodeRtcpChunk()
DRtpSession.cpp261 uiSdesItems = m_pobjRtcpCfgInfo->getSdesItemCount(); in estimateRtcpPktSize()
481 RtpDt_UInt32 uiSdesItems = m_pobjRtcpCfgInfo->getSdesItemCount(); in rtpMakeCompoundRtcpPacket()
1042 RtpDt_UInt32 uiSdesItems = m_pobjRtcpCfgInfo->getSdesItemCount(); in constructSdesPkt()