Home
last modified time | relevance | path

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

/webrtc/interceptor/src/stats/
H A Dinterceptor.rs429 sr_ntp_time: Option<u64>, in read() field
499 sr_e.sr_ntp_time = Some(sr.ntp_time); in read()
550 .sort_by(|a, b| a.sr_ntp_time.unwrap_or(0).cmp(&b.sr_ntp_time.unwrap_or(0))); in read()