Home
last modified time | relevance | path

Searched refs:max_late_timestamp (Results 1 – 2 of 2) sorted by relevance

/webrtc/media/src/io/sample_builder/
H A Dsample_builder_test.rs20 max_late_timestamp: Duration, field
85 max_late_timestamp: Duration::from_secs(0), in test_sample_builder()
103 max_late_timestamp: Duration::from_secs(0), in test_sample_builder()
158 max_late_timestamp: Duration::from_secs(0), in test_sample_builder()
245 max_late_timestamp: Duration::from_secs(0), in test_sample_builder()
325 max_late_timestamp: Duration::from_secs(0), in test_sample_builder()
423 max_late_timestamp: Duration::from_secs(0), in test_sample_builder()
488 max_late_timestamp: Duration::from_secs(0), in test_sample_builder()
530 max_late_timestamp: Duration::from_secs(0), in test_sample_builder()
574 max_late_timestamp: Duration::from_secs(0), in test_sample_builder()
[all …]
H A Dmod.rs22 max_late_timestamp: u32, field
60 max_late_timestamp: 0, in new()
75 self.max_late_timestamp = in with_max_time_delay()
81 if self.max_late_timestamp == 0 { in too_old()
114 found_tail.unwrap() - found_head.unwrap() > self.max_late_timestamp in too_old()