Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/test/fuzzers/
H A Drtcp_receiver_fuzzer.cc19 constexpr int kRtcpIntervalMs = 1000; variable
45 config.rtcp_report_interval_ms = kRtcpIntervalMs; in FuzzOneInput()
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Drtcp_receiver_unittest.cc140 constexpr int64_t kRtcpIntervalMs = 1000; variable
171 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()
/aosp_15_r20/external/webrtc/video/
H A Dvideo_send_stream_tests.cc106 constexpr int64_t kRtcpIntervalMs = 1000; variable
978 config.rtcp_report_interval = TimeDelta::Millis(kRtcpIntervalMs); in TestNackRetransmission()
1210 config.rtcp_report_interval = TimeDelta::Millis(kRtcpIntervalMs); in TestPacketFragmentationSize()