Searched refs:inbound_stats (Results 1 – 3 of 3) sorted by relevance
34 auto inbound_stats = report->GetStatsOfType<RTCInboundRTPStreamStats>(); in OnStatsReports() local37 for (const auto& stat : inbound_stats) { in OnStatsReports()
51 auto inbound_stats = report->GetStatsOfType<RTCInboundRTPStreamStats>(); in OnStatsReports() local52 for (const auto& stat : inbound_stats) { in OnStatsReports()
265 RTCInboundRTPStreamStats* inbound_stats) { in SetInboundRTPStreamStatsFromMediaReceiverInfo() argument266 RTC_DCHECK(inbound_stats); in SetInboundRTPStreamStatsFromMediaReceiverInfo()267 inbound_stats->ssrc = media_receiver_info.ssrc(); in SetInboundRTPStreamStatsFromMediaReceiverInfo()269 inbound_stats->is_remote = false; in SetInboundRTPStreamStatsFromMediaReceiverInfo()270 inbound_stats->packets_received = in SetInboundRTPStreamStatsFromMediaReceiverInfo()272 inbound_stats->bytes_received = in SetInboundRTPStreamStatsFromMediaReceiverInfo()274 inbound_stats->header_bytes_received = in SetInboundRTPStreamStatsFromMediaReceiverInfo()276 inbound_stats->packets_lost = in SetInboundRTPStreamStatsFromMediaReceiverInfo()