Searched refs:right (Results 1 – 4 of 4) sorted by relevance
| /webrtc/constraints/src/algorithms/select_settings/ |
| H A D | select_optimal.rs | 22 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 D | enumerations.rs | 37 pub fn right() -> String { in right() method 115 assert_eq!(FacingMode::right(), "right"); in to_string()
|
| /webrtc/examples/examples/reflect/ |
| H A D | README.md | 36 Your browser should send video to webrtc-rs, and then it will be relayed right back to you.
|
| /webrtc/interceptor/src/stats/ |
| H A D | interceptor.rs | 828 ($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);
|