Home
last modified time | relevance | path

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

/webrtc/interceptor/src/stats/
H A Dmod.rs323 pub(super) fn update_remote_fraction_lost(&mut self, fraction_lost: u8) { in update_remote_fraction_lost() method
H A Dinterceptor.rs275 stats.update_remote_fraction_lost(fraction_lost); in handle_stats_update()