Home
last modified time | relevance | path

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

/webrtc/interceptor/src/stats/
H A Dmod.rs250 remote_fraction_lost: Option<u8>, field
266 remote_fraction_lost: None, in default()
324 self.remote_fraction_lost = Some(fraction_lost); in update_remote_fraction_lost()
366 remote_fraction_lost: Option<f64>, field
429 pub fn remote_fraction_lost(&self) -> Option<f64> { in remote_fraction_lost() method
430 self.remote_fraction_lost in remote_fraction_lost()
446 remote_fraction_lost: stream_stats in from()
447 .remote_fraction_lost in from()
H A Dinterceptor.rs1168 .remote_fraction_lost() in test_stats_interceptor_rtcp()
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_internal.rs1388 remote_fraction_lost, in collect_outbound_stats()
1399 stats.remote_fraction_lost(), in collect_outbound_stats()
1454 fraction_lost: remote_fraction_lost.unwrap_or(0.0), in collect_outbound_stats()