Home
last modified time | relevance | path

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

/webrtc/interceptor/src/stats/
H A Dmod.rs154 pub fn firs_sent(&self) -> u64 { in firs_sent() method
H A Dinterceptor.rs1181 assert_eq!(recv_snapshot.firs_sent(), 1); in test_stats_interceptor_rtcp()
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_internal.rs1286 fir_count: (info.kind == "video").then(|| stats.firs_sent()), in collect_inbound_stats()