Home
last modified time | relevance | path

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

/webrtc/constraints/src/constraints/
H A Dadvanced.rs94 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 Dconstraint_set.rs99 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 Dtrack.rs138 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 Dmandatory.rs147 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 Dconstraint.rs234 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 Dvalue.rs59 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 Dvalue_sequence.rs65 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 Dvalue_range.rs61 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 Djson.rs56 let resolved_constraints = constraints.into_resolved(); in main()
H A Dmacros.rs82 let resolved_constraints = constraints.into_resolved(); in main()
H A Dnative.rs95 let resolved_constraints = constraints.into_resolved(); in main()
/webrtc/constraints/src/algorithms/select_settings/
H A Dtests.rs139 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 Dtie_breaking.rs74 .into_resolved() in new()