Home
last modified time | relevance | path

Searched refs:getReceptionReportCount (Results 1 – 9 of 9) sorted by relevance

/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtcpHeaderTest.cpp71 EXPECT_EQ(rtcpHeader.getReceptionReportCount(), 0); in TEST_F()
76 EXPECT_EQ(rtcpHeader.getReceptionReportCount(), 0); in TEST_F()
81 EXPECT_EQ(rtcpHeader.getReceptionReportCount(), MAX_RECEPTION_REPORT_COUNT); in TEST_F()
126 EXPECT_EQ(rtcpHeader.getReceptionReportCount(), 1); in TEST_F()
136 EXPECT_EQ(rtcpHeader.getReceptionReportCount(), MAX_RECEPTION_REPORT_COUNT); in TEST_F()
DRtcpPacketTest.cpp95 EXPECT_EQ(pRtcpHeader->getReceptionReportCount(), 0); in TEST_F()
134 EXPECT_EQ(pRtcpHeader->getReceptionReportCount(), 1); in TEST_F()
218 EXPECT_EQ(pRtcpHeader->getReceptionReportCount(), 1); in TEST_F()
261 EXPECT_EQ(pRtcpHeader->getReceptionReportCount(), 1); in TEST_F()
375 EXPECT_EQ(pRtcpHeader->getReceptionReportCount(), 1); in TEST_F()
418 EXPECT_EQ(pRtcpHeader->getReceptionReportCount(), 1); in TEST_F()
463 EXPECT_EQ(pRtcpHeader->getReceptionReportCount(), 1); in TEST_F()
507 EXPECT_EQ(pRtcpHeader->getReceptionReportCount(), 3); in TEST_F()
562 EXPECT_EQ(pRtcpHeader->getReceptionReportCount(), 0x0f); in TEST_F()
622 EXPECT_EQ(pRtcpHeader->getReceptionReportCount(), 1); in TEST_F()
[all …]
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/include/rtp/core/
DRtcpHeader.h117 RtpDt_UChar getReceptionReportCount();
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtcpSdesPacket.cpp53 RtpDt_UChar unSourceCount = m_objRtcpHdr.getReceptionReportCount(); in decodeSdesPacket()
DRtcpByePacket.cpp69 RtpDt_UChar ucSsrcCnt = m_objRtcpHdr.getReceptionReportCount(); in decodeByePacket()
DRtcpHeader.cpp71 RtpDt_UChar RtcpHeader::getReceptionReportCount() in getReceptionReportCount() function in RtcpHeader
DRtcpPacket.cpp228 m_objHeader.getReceptionReportCount()); in decodeRtcpPacket()
DRtpSession.cpp1848 RtpDt_UInt16 usNumSsrc = pobjHdrInfo->getReceptionReportCount(); in processByePacket()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/
DRtpService.cpp196 stFbRtcpMsg->wFmt = m_pobjRtcpFbPkt->getRtcpHdrInfo()->getReceptionReportCount(); in populateRcvdFbInfoFromStk()