Home
last modified time | relevance | path

Searched refs:report_period_ms (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/rtp_rtcp/source/
Drtcp_transceiver_config.cc56 if (report_period_ms <= 0) { in Validate()
57 RTC_LOG(LS_ERROR) << debug_id << "period " << report_period_ms in Validate()
Drtcp_transceiver_config.h91 int report_period_ms = 1000; member
Drtcp_transceiver_impl.cc130 SchedulePeriodicCompoundPackets(config_.report_period_ms / 2); in SetReadyToSend()
340 SchedulePeriodicCompoundPackets(config_.report_period_ms); in ReschedulePeriodicCompoundPackets()
349 return TimeDelta::Millis(config_.report_period_ms); in SchedulePeriodicCompoundPackets()
Drtcp_transceiver_impl_unittest.cc138 config.report_period_ms = kReportPeriodMs; in DefaultTestConfig()
208 config.report_period_ms = kReportPeriodMs; in TEST()
224 config.report_period_ms - 1); in TEST()
242 config.report_period_ms = kReportPeriodMs; in TEST()
258 config.report_period_ms / 2); in TEST()
270 config.report_period_ms - 1); in TEST()