Searched refs:stream_stats (Results 1 – 2 of 2) sorted by relevance
187 fn from(stream_stats: &StreamStats) -> Self { in from()189 rtp_stats: stream_stats.rtp_stats.clone(), in from()190 rtcp_stats: stream_stats.rtcp_stats.clone(), in from()192 remote_bytes_sent: stream_stats.remote_bytes_sent, in from()196 remote_round_trip_time_measurements: stream_stats in from()435 fn from(stream_stats: &StreamStats) -> Self { in from()437 rtp_stats: stream_stats.rtp_stats.clone(), in from()438 rtcp_stats: stream_stats.rtcp_stats.clone(), in from()441 remote_jitter: stream_stats.remote_jitter, in from()444 remote_round_trip_time_measurements: stream_stats in from()[all …]
1232 let stream_stats = self in collect_inbound_stats() localVariable1238 (stream_stats.into_iter().zip(track_infos)).filter_map(|(s, i)| s.map(|s| (s, i))) in collect_inbound_stats()1362 let stream_stats = self in collect_outbound_stats() localVariable1367 for (stats, info) in stream_stats in collect_outbound_stats()