Searched refs:MAX_RECEPTION_REPORT_COUNT (Results 1 – 3 of 3) sorted by relevance
74 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()
28 #define MAX_RECEPTION_REPORT_COUNT 31 macro
61 if (ucReceptionReportCount > MAX_RECEPTION_REPORT_COUNT) in setReceptionReportCount()