Searched defs:packets (Results 1 – 15 of 15) sorted by relevance
16 let packets = packetizer.packetize(&multiple_payload, 2000)?; in test_packetizer() localVariable62 let packets = pktizer.packetize(&payload, 2000)?; in test_packetizer_abs_send_time() localVariable
113 let mut packets = Vec::with_capacity(payloads_len); in packetize() localVariable
175 let mut packets = vec![]; in test_session_srtcp_replay_protection() localVariable
235 let mut packets = vec![]; in test_session_srtp_replay_protection() localVariable
104 let mut packets = vec![]; in unmarshal() localVariable
10 packets: Vec<Option<rtp::packet::Packet>>, field
61 let mut packets = vec![]; in unmarshal() localVariable
108 packets: u32, field
15 packets: Vec<Packet>, field
116 let packets = if let Some(packetizer) = &mut internal.packetizer { in write_sample_with_extensions() localVariable
9 packets: Vec<u64>, field
14 packets: Vec<u64>, field
491 packets: u64, field520 pub fn packets(&self) -> u64 { in packets() method
1918 let mut packets = vec![]; in bundle_data_chunks_into_packets() localVariable2103 let packets = if let Some(c) = chunk_any.downcast_ref::<ChunkInit>() { in handle_chunk() localVariable
2264 let mut packets = vec![]; in test_multiple_hello_verify_request() localVariable