Home
last modified time | relevance | path

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

/webrtc/media/src/audio/
H A Dsample.rs112 fn eps() -> Raw { in eps() function
113 Raw::eps() in eps()
116 fn eq(&self, other: &Self, eps: &Raw) -> bool { in eq()
117 NearlyEq::eq(&self.0, &other.0, eps) in eq()
/webrtc/webrtc/src/mux/
H A Dmod.rs127 let eps = endpoints.lock().await; in dispatch() localVariable
128 for ep in eps.values() { in dispatch()
/webrtc/interceptor/src/stats/
H A Dinterceptor.rs831 ($left: expr, $right: expr, $eps: expr) => {
832 if ($left - $right).abs() >= $eps {
833 panic!("{:?} was not within {:?} of {:?}", $left, $eps, $right);