Home
last modified time | relevance | path

Searched refs:ucType (Results 1 – 8 of 8) sorted by relevance

/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtcpChunkTest.cpp53 chunkItem->ucType = 1; in TEST_F()
88 EXPECT_EQ(sdesItem->ucType, 1); in TEST_F()
108 chunkItem->ucType = 1; in TEST_F()
125 chunkItemSec->ucType = 1; in TEST_F()
150 EXPECT_EQ(sdesItem->ucType, 1); in TEST_F()
170 chunkItem->ucType = 2; in TEST_F()
187 chunkItemSec->ucType = 2; in TEST_F()
214 EXPECT_EQ(sdesItem->ucType, 2); in TEST_F()
234 chunkItem->ucType = 1; in TEST_F()
261 EXPECT_EQ(sdesItem->ucType, 1); in TEST_F()
DRtcpSdesPacketTest.cpp54 sdesItem->ucType = 1; in TEST_F()
96 EXPECT_EQ(tmpSdesItem->ucType, 1); in TEST_F()
115 sdesItem->ucType = 1; in TEST_F()
131 sdesItemSec->ucType = 1; in TEST_F()
160 EXPECT_EQ(tmpSdesItem->ucType, 1); in TEST_F()
167 EXPECT_EQ(tmpSdesItem->ucType, 1); in TEST_F()
186 sdesItem->ucType = 2; in TEST_F()
203 sdesItemSec->ucType = 2; in TEST_F()
233 EXPECT_EQ(tmpSdesItem->ucType, 2); in TEST_F()
240 EXPECT_EQ(tmpSdesItem->ucType, 2); in TEST_F()
DRtcpPacketTest.cpp122 EXPECT_EQ(sdesItem->ucType, 1); in TEST_F()
451 EXPECT_EQ(sdesItem->ucType, 1); in TEST_F()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtcpChunk.cpp73 pstSdesItem->ucType = *(reinterpret_cast<RtpDt_UChar*>(pucChunkBuf)); in decodeRtcpChunk()
77 if (pstSdesItem->ucType == RTP_ONE) in decodeRtcpChunk()
87 pstSdesItem->ucType, pstSdesItem->ucLength); in decodeRtcpChunk()
134 *(reinterpret_cast<RtpDt_UChar*>(pucBuffer)) = pstSdesItem->ucType; in formRtcpChunk()
138 if (pstSdesItem->ucType == RTP_ONE) in formRtcpChunk()
DRtcpConfigInfo.cpp29 m_arrSdesInfo[uiCount].ucType = RTP_ZERO; in RtcpConfigInfo()
93 m_arrSdesInfo[uiIndex].ucType = pstSdesItem->ucType; in addRtcpSdesItem()
DRtpSession.cpp1099 pstTmpSdesItem->ucType = pstSdesItem->ucType; in constructSdesPkt()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/include/rtp/utils/
DRtpGlobal.h154 RtpDt_UChar ucType; member
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/
DRtpService.cpp33 stSdesItem.ucType = RTP_ONE; // RTCP_SDES_CNAME in addSdesItem()