Lines Matching refs:rtp_stats
350 *total_packets_sent += stream.rtp_stats.transmitted.packets + in AccumulateStats()
351 stream.rtp_stats.retransmitted.packets + in AccumulateStats()
352 stream.rtp_stats.fec.packets; in AccumulateStats()
353 *total_sent += stream.rtp_stats.transmitted.TotalBytes() + in AccumulateStats()
354 stream.rtp_stats.retransmitted.TotalBytes() + in AccumulateStats()
355 stream.rtp_stats.fec.TotalBytes(); in AccumulateStats()
356 *padding_sent += stream.rtp_stats.transmitted.padding_bytes + in AccumulateStats()
357 stream.rtp_stats.retransmitted.padding_bytes + in AccumulateStats()
358 stream.rtp_stats.fec.padding_bytes; in AccumulateStats()
359 *media_sent += stream.rtp_stats.MediaPayloadBytes(); in AccumulateStats()
513 flex_fec_bytes += kv.second.rtp_stats.fec.TotalBytes(); in GetFecBytes()