Home
last modified time | relevance | path

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

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