Searched refs:kRtcpIntervalMs (Results 1 – 3 of 3) sorted by relevance
19 constexpr int kRtcpIntervalMs = 1000; variable45 config.rtcp_report_interval_ms = kRtcpIntervalMs; in FuzzOneInput()
140 constexpr int64_t kRtcpIntervalMs = 1000; variable171 config.rtcp_report_interval_ms = kRtcpIntervalMs; in DefaultConfiguration()1362 mocks.clock.AdvanceTimeMilliseconds(3 * kRtcpIntervalMs); in TEST()1380 mocks.clock.AdvanceTimeMilliseconds(3 * kRtcpIntervalMs - 1); in TEST()1395 mocks.clock.AdvanceTimeMilliseconds(3 * kRtcpIntervalMs); in TEST()1419 mocks.clock.AdvanceTimeMilliseconds(2 * kRtcpIntervalMs); in TEST()1424 mocks.clock.AdvanceTimeMilliseconds(kRtcpIntervalMs + 1); in TEST()1428 mocks.clock.AdvanceTimeMilliseconds(2 * kRtcpIntervalMs); in TEST()
106 constexpr int64_t kRtcpIntervalMs = 1000; variable978 config.rtcp_report_interval = TimeDelta::Millis(kRtcpIntervalMs); in TestNackRetransmission()1210 config.rtcp_report_interval = TimeDelta::Millis(kRtcpIntervalMs); in TestPacketFragmentationSize()