Home
last modified time | relevance | path

Searched refs:with_interval (Results 1 – 7 of 7) sorted by relevance

/webrtc/interceptor/src/report/receiver/
H A Dreceiver_test.rs17 .with_interval(Duration::from_millis(50)) in test_receiver_interceptor_before_any_packet()
69 .with_interval(Duration::from_millis(50)) in test_receiver_interceptor_after_rtp_packets()
134 .with_interval(Duration::from_millis(50)) in test_receiver_interceptor_after_rtp_and_rtcp_packets()
218 .with_interval(Duration::from_millis(50)) in test_receiver_interceptor_overflow()
292 .with_interval(Duration::from_millis(50)) in test_receiver_interceptor_overflow_five_pkts()
394 .with_interval(Duration::from_millis(50)) in test_receiver_interceptor_packet_loss()
505 .with_interval(Duration::from_millis(50)) in test_receiver_interceptor_overflow_and_packet_loss()
575 .with_interval(Duration::from_millis(50)) in test_receiver_interceptor_reordered_packets()
637 .with_interval(Duration::from_millis(50)) in test_receiver_interceptor_jitter()
717 .with_interval(Duration::from_millis(50)) in test_receiver_interceptor_delay()
/webrtc/interceptor/src/report/sender/
H A Dsender_test.rs17 .with_interval(Duration::from_millis(50)) in test_sender_interceptor_before_any_packet()
69 .with_interval(Duration::from_millis(50)) in test_sender_interceptor_after_rtp_packets()
133 .with_interval(Duration::from_millis(50)) in test_sender_interceptor_after_rtp_packets_overflow()
/webrtc/interceptor/src/nack/generator/
H A Dgenerator_test.rs14 .with_interval(INTERVAL) in test_generator_interceptor()
H A Dmod.rs48 pub fn with_interval(mut self, interval: Duration) -> GeneratorBuilder { in with_interval() method
/webrtc/interceptor/src/report/
H A Dmod.rs27 pub fn with_interval(mut self, interval: Duration) -> ReportBuilder { in with_interval() method
/webrtc/interceptor/src/twcc/receiver/
H A Dreceiver_test.rs104 let builder = Receiver::builder().with_interval(Duration::from_millis(500)); in test_twcc_receiver_interceptor_different_delays_between_rtp_packets()
176 let builder = Receiver::builder().with_interval(Duration::from_secs(2)); in test_twcc_receiver_interceptor_packet_loss()
H A Dmod.rs25 pub fn with_interval(mut self, interval: Duration) -> ReceiverBuilder { in with_interval() method