Home
last modified time | relevance | path

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

/webrtc/media/src/io/sample_builder/
H A Dmod.rs248 let is_different_timestamp = is_same_timestamp.map(std::ops::Not::not); in build_sample() localVariable
267 if is_different_timestamp.unwrap_or(false) { in build_sample()