Home
last modified time | relevance | path

Searched refs:strategy (Results 1 – 9 of 9) sorted by relevance

/webrtc/constraints/src/constraint/
H A Dvalue.rs57 strategy: MediaTrackConstraintResolutionStrategy, in to_resolved()
59 self.clone().into_resolved(strategy) in to_resolved()
66 strategy: MediaTrackConstraintResolutionStrategy, in into_resolved()
69 Self::Bare(bare) => match strategy { in into_resolved()
304 let strategy = MediaTrackConstraintResolutionStrategy::BareToExact; in resolve_to_advanced() localVariable
308 constraint.to_resolved(strategy), in resolve_to_advanced()
309 constraint.into_resolved(strategy), in resolve_to_advanced()
326 let strategy = MediaTrackConstraintResolutionStrategy::BareToIdeal; in resolve_to_basic() localVariable
330 constraint.to_resolved(strategy), in resolve_to_basic()
331 constraint.into_resolved(strategy), in resolve_to_basic()
H A Dvalue_sequence.rs63 strategy: MediaTrackConstraintResolutionStrategy, in to_resolved()
65 self.clone().into_resolved(strategy) in to_resolved()
72 strategy: MediaTrackConstraintResolutionStrategy, in into_resolved()
75 Self::Bare(bare) => match strategy { in into_resolved()
331 let strategy = MediaTrackConstraintResolutionStrategy::BareToExact; in resolve_to_advanced() localVariable
335 constraint.to_resolved(strategy), in resolve_to_advanced()
336 constraint.into_resolved(strategy), in resolve_to_advanced()
355 let strategy = MediaTrackConstraintResolutionStrategy::BareToIdeal; in resolve_to_basic() localVariable
359 constraint.to_resolved(strategy), in resolve_to_basic()
360 constraint.into_resolved(strategy), in resolve_to_basic()
H A Dvalue_range.rs59 strategy: MediaTrackConstraintResolutionStrategy, in to_resolved()
61 self.clone().into_resolved(strategy) in to_resolved()
68 strategy: MediaTrackConstraintResolutionStrategy, in into_resolved()
71 Self::Bare(bare) => match strategy { in into_resolved()
377 let strategy = MediaTrackConstraintResolutionStrategy::BareToExact; in resolve_to_advanced() localVariable
381 constraint.to_resolved(strategy), in resolve_to_advanced()
382 constraint.into_resolved(strategy), in resolve_to_advanced()
399 let strategy = MediaTrackConstraintResolutionStrategy::BareToIdeal; in resolve_to_basic() localVariable
403 constraint.to_resolved(strategy), in resolve_to_basic()
404 constraint.into_resolved(strategy), in resolve_to_basic()
/webrtc/constraints/src/constraints/
H A Dconstraint_set.rs97 strategy: MediaTrackConstraintResolutionStrategy, in to_resolved()
99 self.clone().into_resolved(strategy) in to_resolved()
104 strategy: MediaTrackConstraintResolutionStrategy, in into_resolved()
108 .map(|(property, constraint)| (property, constraint.into_resolved(strategy))) in into_resolved()
H A Dadvanced.rs98 let strategy = MediaTrackConstraintResolutionStrategy::BareToExact; in into_resolved() localVariable
101 .map(|constraint_set| constraint_set.into_resolved(strategy)), in into_resolved()
H A Dmandatory.rs151 let strategy = MediaTrackConstraintResolutionStrategy::BareToIdeal; in into_resolved() localVariable
152 ResolvedMandatoryMediaTrackConstraints::new(self.0.into_resolved(strategy)) in into_resolved()
/webrtc/constraints/src/
H A Dconstraint.rs232 strategy: MediaTrackConstraintResolutionStrategy, in to_resolved()
234 self.clone().into_resolved(strategy) in to_resolved()
241 strategy: MediaTrackConstraintResolutionStrategy, in into_resolved()
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()
/webrtc/.github/workflows/
H A Dcargo.yml19 strategy:
54 strategy:
H A Dgrcov.yml20 strategy: