Home
last modified time | relevance | path

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

/webrtc/media/src/io/sample_builder/
H A Dmod.rs86 let mut found_tail: Option<u32> = None; in too_old() localVariable
104 found_tail = Some(packet.header.timestamp); in too_old()
110 if found_tail.is_none() { in too_old()
114 found_tail.unwrap() - found_head.unwrap() > self.max_late_timestamp in too_old()