Home
last modified time | relevance | path

Searched defs:update (Results 1 – 1 of 1) sorted by relevance

/webrtc/interceptor/src/stats/
H A Dmod.rs505 fn update(&mut self, header_bytes: u64, payload_bytes: u64, packets: u64, now: SystemTime) { in update() method
543 fn update(&mut self, fir_count: Option<u64>, pli_count: Option<u64>, nack_count: Option<u64>) { in update() method