| /webrtc/constraints/src/ |
| H A D | supported_constraints.rs | 38 impl MediaTrackSupportedConstraints { implementation 50 impl Deref for MediaTrackSupportedConstraints { implementation 58 impl DerefMut for MediaTrackSupportedConstraints { implementation 64 impl Default for MediaTrackSupportedConstraints { implementation 75 impl<T> FromIterator<T> for MediaTrackSupportedConstraints implementation 87 impl IntoIterator for MediaTrackSupportedConstraints { implementation 107 impl Serialize for MediaTrackSupportedConstraints { implementation 125 type Value = MediaTrackSupportedConstraints; 141 Ok(MediaTrackSupportedConstraints(set)) in visit_map() 151 type Subject = MediaTrackSupportedConstraints; [all …]
|
| H A D | lib.rs | 43 supported_constraints::MediaTrackSupportedConstraints,
|
| /webrtc/constraints/examples/ |
| H A D | json.rs | 9 MediaTrackConstraints, MediaTrackSettings, MediaTrackSupportedConstraints, 14 MediaTrackSupportedConstraints::from_iter(vec![&DEVICE_ID, &HEIGHT, &WIDTH, &RESIZE_MODE]); in main()
|
| H A D | macros.rs | 10 settings, MediaTrackSupportedConstraints, ResizeMode, 15 MediaTrackSupportedConstraints::from_iter(vec![&DEVICE_ID, &HEIGHT, &WIDTH, &RESIZE_MODE]); in main()
|
| H A D | native.rs | 10 MediaTrackConstraints, MediaTrackSettings, MediaTrackSupportedConstraints, ResizeMode, 16 MediaTrackSupportedConstraints::from_iter(vec![&DEVICE_ID, &HEIGHT, &WIDTH, &RESIZE_MODE]); in main()
|
| /webrtc/constraints/src/algorithms/select_settings/ |
| H A D | tie_breaking.rs | 7 MediaTrackSupportedConstraints, SanitizedMandatoryMediaTrackConstraints, 67 supported_constraints: &MediaTrackSupportedConstraints, in new() argument 108 property::all::name::*, MediaTrackSettings, MediaTrackSupportedConstraints, ResizeMode, 130 let supported_constraints = MediaTrackSupportedConstraints::from_iter(vec![ in closest_to_ideal()
|
| H A D | apply_advanced.rs | 60 property::all::name::*, MediaTrackSupportedConstraints, ResizeMode, 71 let supported_constraints = MediaTrackSupportedConstraints::from_iter(vec![ in overconstrained() 113 let supported_constraints = MediaTrackSupportedConstraints::from_iter(vec![ in constrained()
|
| H A D | apply_mandatory.rs | 72 property::all::name::*, MediaTrackSupportedConstraints, ResizeMode, 82 let supported_constraints = MediaTrackSupportedConstraints::from_iter(vec![ in overconstrained() 148 let supported_constraints = MediaTrackSupportedConstraints::from_iter(vec![ in constrained()
|
| H A D | tests.rs | 10 MediaTrackConstraints, MediaTrackSettings, MediaTrackSupportedConstraints, ResizeMode, 84 fn default_supported_constraints() -> MediaTrackSupportedConstraints { in default_supported_constraints() 85 MediaTrackSupportedConstraints::from_iter(all_properties().into_iter().cloned()) in default_supported_constraints() 511 let supported_constraints = MediaTrackSupportedConstraints::from_iter(vec![ in native() 625 let supported_constraints = MediaTrackSupportedConstraints::from_iter(vec![ in macros() 717 let supported_constraints = MediaTrackSupportedConstraints::from_iter(vec![ in json()
|
| /webrtc/constraints/src/constraints/ |
| H A D | advanced.rs | 10 MediaTrackConstraint, MediaTrackConstraintResolutionStrategy, MediaTrackSupportedConstraints, 109 supported_constraints: &MediaTrackSupportedConstraints, in to_sanitized() argument 116 supported_constraints: &MediaTrackSupportedConstraints, in into_sanitized() argument
|
| H A D | constraint_set.rs | 13 MediaTrackConstraintResolutionStrategy, MediaTrackProperty, MediaTrackSupportedConstraints, 117 supported_constraints: &MediaTrackSupportedConstraints, in to_sanitized() argument 124 supported_constraints: &MediaTrackSupportedConstraints, in into_sanitized() argument
|
| H A D | mandatory.rs | 11 MediaTrackSupportedConstraints, ResolvedMediaTrackConstraint, SanitizedMediaTrackConstraint, 159 supported_constraints: &MediaTrackSupportedConstraints, in to_sanitized() argument 166 supported_constraints: &MediaTrackSupportedConstraints, in into_sanitized() argument
|
| H A D | track.rs | 6 MediaTrackSupportedConstraints, ResolvedMediaTrackConstraint, 156 supported_constraints: &MediaTrackSupportedConstraints, in to_sanitized() argument 163 supported_constraints: &MediaTrackSupportedConstraints, in into_sanitized() argument
|