Searched defs:count (Results 1 – 12 of 12) sorted by relevance
260 let count = Arc::new(AtomicUsize::new(0)); in test_rtp_transceiver_set_direction_causing_negotiation() localVariable263 let count = count.clone(); in test_rtp_transceiver_set_direction_causing_negotiation() localVariable265 let count = count.clone(); in test_rtp_transceiver_set_direction_causing_negotiation() localVariable
25 count: usize, field208 let count = ((n1 as usize) << 8) | n2 as usize; in read() localVariable287 pub async fn count(&self) -> usize { in count() method
30 let count = 100; in test_binding_manager_method() localVariable
16 count: u64, field
93 pub count: u8, field161 let count = (b0 >> COUNT_SHIFT) & COUNT_MASK; in unmarshal() localVariable
53 pub(crate) fn count(&self) -> u16 { in count() method
197 let count = expected_ssrc.len(); in test_session_srtcp_replay_protection() localVariable
268 let count = expected_sequence_number.len(); in test_session_srtp_replay_protection() localVariable
110 pub(crate) fn count(&self, sec: Section) -> u16 { in count() method
266 let mut count = 0; in test_allocation_timeout() localVariable
477 let count = nack.nacks.iter().flat_map(|p| p.into_iter()).count() as u64; in read() localVariable644 let count = nack.nacks.iter().flat_map(|p| p.into_iter()).count() as u64; in write() localVariable
742 let mut count = 0; in create_offer() localVariable