Home
last modified time | relevance | path

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

/webrtc/media/src/io/sample_builder/
H A Dmod.rs247 let is_same_timestamp = head_timestamp.map(|t| packet.header.timestamp == t); in build_sample() localVariable
248 let is_different_timestamp = is_same_timestamp.map(std::ops::Not::not); in build_sample()
261 if is_partition_tail && is_same_timestamp.unwrap_or(true) { in build_sample()