Searched refs:nack_count (Results 1 – 4 of 4) sorted by relevance
| /webrtc/interceptor/src/stats/ |
| H A D | mod.rs | 151 self.rtcp_stats.nack_count in nacks_sent() 387 self.rtcp_stats.nack_count in nacks_received() 538 nack_count: u64, field 543 fn update(&mut self, fir_count: Option<u64>, pli_count: Option<u64>, nack_count: Option<u64>) { in update() 552 if let Some(nack_count) = nack_count { in update() 553 self.nack_count += nack_count; in update() 565 pub fn nack_count(&self) -> u64 { in nack_count() method 566 self.nack_count in nack_count() 594 (stats.fir_count(), stats.pli_count(), stats.nack_count()), in test_rtcp_stats() 601 (stats.fir_count(), stats.pli_count(), stats.nack_count()), in test_rtcp_stats()
|
| H A D | interceptor.rs | 61 nack_count: Option<u64>, 67 nack_count: Option<u64>, 246 nack_count, in handle_stats_update() 255 nack_count, in handle_stats_update() 407 nack_count: Option<u64>, in read() field 480 e.generic_rtcp.nack_count = in read() 559 nack_count: generic_rtcp.nack_count, in read() 629 nack_count: Option<u64>, in write() field 647 e.nack_count = e.nack_count.map(|v| v + count).or(Some(count)); in write() 673 nack_count, in write() [all …]
|
| /webrtc/webrtc/src/stats/ |
| H A D | mod.rs | 473 pub nack_count: u64, field 520 pub nack_count: u64, field
|
| /webrtc/webrtc/src/peer_connection/ |
| H A D | peer_connection_internal.rs | 1249 nack_count, in collect_inbound_stats() 1284 nack_count, in collect_inbound_stats() 1382 nack_count, in collect_outbound_stats() 1424 nack_count, in collect_outbound_stats()
|