Home
last modified time | relevance | path

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

/webrtc/constraints/src/
H A Dsupported_constraints.rs38 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 Dlib.rs43 supported_constraints::MediaTrackSupportedConstraints,
/webrtc/constraints/examples/
H A Djson.rs9 MediaTrackConstraints, MediaTrackSettings, MediaTrackSupportedConstraints,
14 MediaTrackSupportedConstraints::from_iter(vec![&DEVICE_ID, &HEIGHT, &WIDTH, &RESIZE_MODE]); in main()
H A Dmacros.rs10 settings, MediaTrackSupportedConstraints, ResizeMode,
15 MediaTrackSupportedConstraints::from_iter(vec![&DEVICE_ID, &HEIGHT, &WIDTH, &RESIZE_MODE]); in main()
H A Dnative.rs10 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 Dtie_breaking.rs7 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 Dapply_advanced.rs60 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 Dapply_mandatory.rs72 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 Dtests.rs10 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 Dadvanced.rs10 MediaTrackConstraint, MediaTrackConstraintResolutionStrategy, MediaTrackSupportedConstraints,
109 supported_constraints: &MediaTrackSupportedConstraints, in to_sanitized() argument
116 supported_constraints: &MediaTrackSupportedConstraints, in into_sanitized() argument
H A Dconstraint_set.rs13 MediaTrackConstraintResolutionStrategy, MediaTrackProperty, MediaTrackSupportedConstraints,
117 supported_constraints: &MediaTrackSupportedConstraints, in to_sanitized() argument
124 supported_constraints: &MediaTrackSupportedConstraints, in into_sanitized() argument
H A Dmandatory.rs11 MediaTrackSupportedConstraints, ResolvedMediaTrackConstraint, SanitizedMediaTrackConstraint,
159 supported_constraints: &MediaTrackSupportedConstraints, in to_sanitized() argument
166 supported_constraints: &MediaTrackSupportedConstraints, in into_sanitized() argument
H A Dtrack.rs6 MediaTrackSupportedConstraints, ResolvedMediaTrackConstraint,
156 supported_constraints: &MediaTrackSupportedConstraints, in to_sanitized() argument
163 supported_constraints: &MediaTrackSupportedConstraints, in into_sanitized() argument