Home
last modified time | relevance | path

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

/webrtc/constraints/src/algorithms/select_settings/
H A Dselect_optimal.rs22 let mut right = optimal_fitness_distance.to_bits() as i64; in select_optimal_candidates() localVariable
25 right ^= (((right >> 63) as u64) >> 1) as i64; in select_optimal_candidates()
27 left.cmp(&right) in select_optimal_candidates()
/webrtc/constraints/src/
H A Denumerations.rs37 pub fn right() -> String { in right() method
115 assert_eq!(FacingMode::right(), "right"); in to_string()
/webrtc/examples/examples/reflect/
H A DREADME.md36 Your browser should send video to webrtc-rs, and then it will be relayed right back to you.
/webrtc/interceptor/src/stats/
H A Dinterceptor.rs828 ($left: expr, $right: expr) => {
829 assert_feq!($left, $right, 0.01);
831 ($left: expr, $right: expr, $eps: expr) => {
832 if ($left - $right).abs() >= $eps {
833 panic!("{:?} was not within {:?} of {:?}", $left, $eps, $right);