Lines Matching refs:rtp_stats
402 rtp_substream.rtp_stats.Add(associated_substream.rtp_stats); in MergeInfoAboutOutboundRtpSubstreams()
2549 info.payload_bytes_sent = stream_stats.rtp_stats.transmitted.payload_bytes; in GetPerLayerVideoSenderInfos()
2551 stream_stats.rtp_stats.transmitted.header_bytes + in GetPerLayerVideoSenderInfos()
2552 stream_stats.rtp_stats.transmitted.padding_bytes; in GetPerLayerVideoSenderInfos()
2553 info.packets_sent = stream_stats.rtp_stats.transmitted.packets; in GetPerLayerVideoSenderInfos()
2562 stream_stats.rtp_stats.retransmitted.payload_bytes; in GetPerLayerVideoSenderInfos()
2564 stream_stats.rtp_stats.retransmitted.packets; in GetPerLayerVideoSenderInfos()
3026 info.payload_bytes_rcvd = stats.rtp_stats.packet_counter.payload_bytes; in GetVideoReceiverInfo()
3028 stats.rtp_stats.packet_counter.header_bytes + in GetVideoReceiverInfo()
3029 stats.rtp_stats.packet_counter.padding_bytes; in GetVideoReceiverInfo()
3030 info.packets_rcvd = stats.rtp_stats.packet_counter.packets; in GetVideoReceiverInfo()
3031 info.packets_lost = stats.rtp_stats.packets_lost; in GetVideoReceiverInfo()
3062 stats.rtp_stats.last_packet_received_timestamp_ms; in GetVideoReceiverInfo()