Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/
Drtcp_receiver.h236 const TimeDelta report_interval_; variable
Drtcp_receiver.cc170 report_interval_(config.rtcp_report_interval_ms > 0 in RTCPReceiver()
1213 return ResetTimestampIfExpired(now, last_received_rb_, report_interval_); in RtcpRrTimeoutLocked()
1218 report_interval_); in RtcpRrSequenceNumberTimeoutLocked()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_client.cc325 : parent_(std::move(parent)), report_interval_(report_interval) { in Reporter()
352 const grpc_millis report_interval_; member in grpc_core::XdsClient::ChannelState::LrsCallState::Reporter
1302 const grpc_millis next_report_time = ExecCtx::Get()->Now() + report_interval_; in ScheduleNextReportLocked()