Searched refs:strategy (Results 1 – 9 of 9) sorted by relevance
| /webrtc/constraints/src/constraint/ |
| H A D | value.rs | 57 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 D | value_sequence.rs | 63 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 D | value_range.rs | 59 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 D | constraint_set.rs | 97 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 D | advanced.rs | 98 let strategy = MediaTrackConstraintResolutionStrategy::BareToExact; in into_resolved() localVariable 101 .map(|constraint_set| constraint_set.into_resolved(strategy)), in into_resolved()
|
| H A D | mandatory.rs | 151 let strategy = MediaTrackConstraintResolutionStrategy::BareToIdeal; in into_resolved() localVariable 152 ResolvedMandatoryMediaTrackConstraints::new(self.0.into_resolved(strategy)) in into_resolved()
|
| /webrtc/constraints/src/ |
| H A D | constraint.rs | 232 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 D | cargo.yml | 19 strategy: 54 strategy:
|
| H A D | grcov.yml | 20 strategy:
|