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/ |
D | RtcpChunkTest.cpp | 53 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()
|
D | RtcpSdesPacketTest.cpp | 54 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()
|
D | RtcpPacketTest.cpp | 122 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/ |
D | RtcpChunk.cpp | 73 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()
|
D | RtcpConfigInfo.cpp | 29 m_arrSdesInfo[uiCount].ucType = RTP_ZERO; in RtcpConfigInfo() 93 m_arrSdesInfo[uiIndex].ucType = pstSdesItem->ucType; in addRtcpSdesItem()
|
D | RtpSession.cpp | 1099 pstTmpSdesItem->ucType = pstSdesItem->ucType; in constructSdesPkt()
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/include/rtp/utils/ |
D | RtpGlobal.h | 154 RtpDt_UChar ucType; member
|
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/ |
D | RtpService.cpp | 33 stSdesItem.ucType = RTP_ONE; // RTCP_SDES_CNAME in addSdesItem()
|