Home
last modified time | relevance | path

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

/webrtc/media/src/io/sample_builder/
H A Dmod.rs387 pub fn pop_with_timestamp(&mut self) -> Option<(Sample, u32)> { in pop_with_timestamp() method
H A Dsample_builder_test.rs1471 assert_eq!(s.pop_with_timestamp(), None); in test_pop_with_timestamp()
1488 while let Some((sample, ts)) = s.pop_with_timestamp() { in test_sample_builder_data()