Home
last modified time | relevance | path

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

/webrtc/media/src/io/sample_builder/
H A Dmod.rs118 fn fetch_timestamp(&self, location: &SampleSequenceLocation) -> Option<u32> { in fetch_timestamp() method
242 let head_timestamp = self.fetch_timestamp(&self.active); in build_sample()
286 let sample_timestamp = self.fetch_timestamp(&self.active).unwrap_or(0); in build_sample()