Home
last modified time | relevance | path

Searched refs:get_or_create_outbound_stream_stats (Results 1 – 2 of 2) sorted by relevance

/webrtc/interceptor/src/stats/
H A Dinterceptor.rs237 let stats = ssrc_stats.get_or_create_outbound_stream_stats(ssrc); in handle_stats_update()
248 let stats = ssrc_stats.get_or_create_outbound_stream_stats(ssrc); in handle_stats_update()
262 let stats = ssrc_stats.get_or_create_outbound_stream_stats(ssrc); in handle_stats_update()
273 let stats = ssrc_stats.get_or_create_outbound_stream_stats(ssrc); in handle_stats_update()
H A Dmod.rs465 fn get_or_create_outbound_stream_stats(&mut self, ssrc: u32) -> &mut outbound::StreamStats { in get_or_create_outbound_stream_stats() method