Home
last modified time | relevance | path

Searched defs:timestamp (Results 1 – 11 of 11) sorted by relevance

/webrtc/rtp/src/extension/abs_send_time_extension/
H A Dmod.rs16 pub timestamp: u64, field
33 let timestamp = (b0 as u64) << 16 | (b1 as u64) << 8 | b2 as u64; in unmarshal() localVariable
/webrtc/webrtc/src/stats/
H A Dmod.rs143 pub timestamp: Instant, field
224 pub timestamp: Instant, field
263 pub timestamp: Instant, field
290 pub timestamp: Instant, field
320 pub timestamp: Instant, field
354 pub timestamp: Instant, field
409 pub timestamp: Instant, field
442 pub timestamp: Instant, field
489 pub timestamp: Instant, field
532 pub timestamp: Instant, field
[all …]
/webrtc/media/src/io/ivf_reader/
H A Dmod.rs36 pub timestamp: u64, // 4-11 field
71 let timestamp = self.reader.read_u64::<LittleEndian>()?; in parse_next_frame() localVariable
/webrtc/media/src/
H A Dlib.rs26 pub timestamp: SystemTime, field
/webrtc/ice/src/stats/
H A Dmod.rs10 pub timestamp: Instant, field
132 pub timestamp: Instant, field
/webrtc/ice/src/agent/
H A Dagent_stats.rs11 pub timestamp: Instant, field
153 pub timestamp: Instant, field
H A Dmod.rs49 pub(crate) timestamp: Instant, field
/webrtc/rtp/src/
H A Dheader.rs45 pub timestamp: u32, field
93 let timestamp = raw_packet.get_u32(); in unmarshal() localVariable
/webrtc/rtp/src/packetizer/
H A Dmod.rs65 pub(crate) timestamp: u32, field
/webrtc/media/src/io/sample_builder/
H A Dmod.rs389 let timestamp = sample.packet_timestamp; in pop_with_timestamp() localVariable
/webrtc/util/src/vnet/
H A Dchunk.rs111 pub(crate) timestamp: SystemTime, field