Home
last modified time | relevance | path

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

/webrtc/interceptor/src/stats/
H A Dinterceptor.rs187 handle_stats_update(&mut ssrc_stats, ssrc, update); in run_stats_reducer()
216 fn handle_stats_update(ssrc_stats: &mut StatsContainer, ssrc: u32, update: StatsUpdate) { in handle_stats_update() function