Searched refs:into_resolved (Results 1 – 13 of 13) sorted by relevance
| /webrtc/constraints/src/constraints/ |
| H A D | advanced.rs | 94 self.clone().into_resolved() in to_resolved() 97 pub fn into_resolved(self) -> ResolvedAdvancedMediaTrackConstraints { in into_resolved() method 101 .map(|constraint_set| constraint_set.into_resolved(strategy)), in into_resolved()
|
| H A D | constraint_set.rs | 99 self.clone().into_resolved(strategy) in to_resolved() 102 pub fn into_resolved( in into_resolved() method 108 .map(|(property, constraint)| (property, constraint.into_resolved(strategy))) in into_resolved()
|
| H A D | track.rs | 138 self.clone().into_resolved() in to_resolved() 141 pub fn into_resolved(self) -> ResolvedMediaTrackConstraints { in into_resolved() method 147 mandatory: mandatory.into_resolved(), in into_resolved() 148 advanced: advanced.into_resolved(), in into_resolved()
|
| H A D | mandatory.rs | 147 self.clone().into_resolved() in to_resolved() 150 pub fn into_resolved(self) -> ResolvedMandatoryMediaTrackConstraints { in into_resolved() method 152 ResolvedMandatoryMediaTrackConstraints::new(self.0.into_resolved(strategy)) in into_resolved()
|
| /webrtc/constraints/src/ |
| H A D | constraint.rs | 234 self.clone().into_resolved(strategy) in to_resolved() 239 pub fn into_resolved( in into_resolved() method 246 ResolvedMediaTrackConstraint::IntegerRange(constraint.into_resolved(strategy)) in into_resolved() 249 ResolvedMediaTrackConstraint::FloatRange(constraint.into_resolved(strategy)) in into_resolved() 252 ResolvedMediaTrackConstraint::Bool(constraint.into_resolved(strategy)) in into_resolved() 255 ResolvedMediaTrackConstraint::StringSequence(constraint.into_resolved(strategy)) in into_resolved() 258 ResolvedMediaTrackConstraint::String(constraint.into_resolved(strategy)) in into_resolved() 356 .into_resolved(MediaTrackConstraintResolutionStrategy::BareToExact) in exact_from() 363 .into_resolved(MediaTrackConstraintResolutionStrategy::BareToIdeal) in ideal_from()
|
| /webrtc/constraints/src/constraint/ |
| H A D | value.rs | 59 self.clone().into_resolved(strategy) in to_resolved() 64 pub fn into_resolved( in into_resolved() function 309 constraint.into_resolved(strategy), in resolve_to_advanced() 331 constraint.into_resolved(strategy), in resolve_to_basic()
|
| H A D | value_sequence.rs | 65 self.clone().into_resolved(strategy) in to_resolved() 70 pub fn into_resolved( in into_resolved() function 336 constraint.into_resolved(strategy), in resolve_to_advanced() 360 constraint.into_resolved(strategy), in resolve_to_basic()
|
| H A D | value_range.rs | 61 self.clone().into_resolved(strategy) in to_resolved() 66 pub fn into_resolved( in into_resolved() function 382 constraint.into_resolved(strategy), in resolve_to_advanced() 404 constraint.into_resolved(strategy), in resolve_to_basic()
|
| /webrtc/constraints/examples/ |
| H A D | json.rs | 56 let resolved_constraints = constraints.into_resolved(); in main()
|
| H A D | macros.rs | 82 let resolved_constraints = constraints.into_resolved(); in main()
|
| H A D | native.rs | 95 let resolved_constraints = constraints.into_resolved(); in main()
|
| /webrtc/constraints/src/algorithms/select_settings/ |
| H A D | tests.rs | 139 default_constraints().into_resolved() in default_resolved_constraints() 604 let resolved_constraints = constraints.into_resolved(); in native() 697 let resolved_constraints = constraints.into_resolved(); in macros() 764 let resolved_constraints = constraints.into_resolved(); in json()
|
| H A D | tie_breaking.rs | 74 .into_resolved() in new()
|