Searched refs:get_or_create_outbound_stream_stats (Results 1 – 2 of 2) sorted by relevance
237 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()
465 fn get_or_create_outbound_stream_stats(&mut self, ssrc: u32) -> &mut outbound::StreamStats { in get_or_create_outbound_stream_stats() method