Home
last modified time | relevance | path

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

/webrtc/util/src/vnet/chunk/
H A Dchunk_test.rs38 let ts = c.set_timestamp(); in test_chunk_udp() localVariable
39 assert_eq!(ts, c.get_timestamp(), "timestamp should match"); in test_chunk_udp()
/webrtc/media/src/io/sample_builder/
H A Dsample_builder_test.rs1488 while let Some((sample, ts)) = s.pop_with_timestamp() { in test_sample_builder_data()
1489 assert_eq!(ts, (j + 42) as u32, "timestamp"); in test_sample_builder_data()