Home
last modified time | relevance | path

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

/webrtc/media/src/io/sample_builder/
H A Dmod.rs242 let head_timestamp = self.fetch_timestamp(&self.active); in build_sample() localVariable
247 let is_same_timestamp = head_timestamp.map(|t| packet.header.timestamp == t); in build_sample()