Home
last modified time | relevance | path

Searched refs:MAX_RECEPTION_REPORT_COUNT (Results 1 – 3 of 3) sorted by relevance

/packages/modules/ImsMedia/tests/native/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtcpHeaderTest.cpp74 eRtp_Bool res = rtcpHeader.setReceptionReportCount(MAX_RECEPTION_REPORT_COUNT + 1); in TEST_F()
79 res = rtcpHeader.setReceptionReportCount(MAX_RECEPTION_REPORT_COUNT); in TEST_F()
81 EXPECT_EQ(rtcpHeader.getReceptionReportCount(), MAX_RECEPTION_REPORT_COUNT); in TEST_F()
136 EXPECT_EQ(rtcpHeader.getReceptionReportCount(), MAX_RECEPTION_REPORT_COUNT); in TEST_F()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/include/rtp/core/
DRtcpHeader.h28 #define MAX_RECEPTION_REPORT_COUNT 31 macro
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtcpHeader.cpp61 if (ucReceptionReportCount > MAX_RECEPTION_REPORT_COUNT) in setReceptionReportCount()