Home
last modified time | relevance | path

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

/webrtc/webrtc/src/rtp_transceiver/
H A Drtp_transceiver_test.rs260 let count = Arc::new(AtomicUsize::new(0)); in test_rtp_transceiver_set_direction_causing_negotiation() localVariable
263 let count = count.clone(); in test_rtp_transceiver_set_direction_causing_negotiation() localVariable
265 let count = count.clone(); in test_rtp_transceiver_set_direction_causing_negotiation() localVariable
/webrtc/util/src/buffer/
H A Dmod.rs25 count: usize, field
208 let count = ((n1 as usize) << 8) | n2 as usize; in read() localVariable
287 pub async fn count(&self) -> usize { in count() method
/webrtc/turn/src/client/binding/
H A Dbinding_test.rs30 let count = 100; in test_binding_manager_method() localVariable
/webrtc/media/src/io/ivf_writer/
H A Dmod.rs16 count: u64, field
/webrtc/rtcp/src/
H A Dheader.rs93 pub count: u8, field
161 let count = (b0 >> COUNT_SHIFT) & COUNT_MASK; in unmarshal() localVariable
/webrtc/media/src/io/sample_builder/
H A Dsample_sequence_location.rs53 pub(crate) fn count(&self) -> u16 { in count() method
/webrtc/srtp/src/session/
H A Dsession_rtcp_test.rs197 let count = expected_ssrc.len(); in test_session_srtcp_replay_protection() localVariable
H A Dsession_rtp_test.rs268 let count = expected_sequence_number.len(); in test_session_srtp_replay_protection() localVariable
/webrtc/mdns/src/message/
H A Dheader.rs110 pub(crate) fn count(&self, sec: Section) -> u16 { in count() method
/webrtc/turn/src/allocation/allocation_manager/
H A Dallocation_manager_test.rs266 let mut count = 0; in test_allocation_timeout() localVariable
/webrtc/interceptor/src/stats/
H A Dinterceptor.rs477 let count = nack.nacks.iter().flat_map(|p| p.into_iter()).count() as u64; in read() localVariable
644 let count = nack.nacks.iter().flat_map(|p| p.into_iter()).count() as u64; in write() localVariable
/webrtc/webrtc/src/peer_connection/
H A Dmod.rs742 let mut count = 0; in create_offer() localVariable