Home
last modified time | relevance | path

Searched refs:Item (Results 1 – 12 of 12) sorted by relevance

/webrtc/media/src/io/sample_builder/
H A Dsample_sequence_location.rs18 type Item = Option<&'a T>; typedef
20 fn next(&mut self) -> Option<Self::Item> { in next() argument
/webrtc/constraints/src/algorithms/select_settings/
H A Dtie_breaking.rs26 I: IntoIterator<Item = &'a MediaTrackSettings>; in select_candidate()
48 I: IntoIterator<Item = &'a MediaTrackSettings>, in select_candidate()
86 I: IntoIterator<Item = &'b MediaTrackSettings>, in select_candidate()
H A Dselect_optimal.rs5 I: IntoIterator<Item = (&'a MediaTrackSettings, f64)>, in select_optimal_candidates()
H A Dapply_mandatory.rs23 I: IntoIterator<Item = &'a MediaTrackSettings>, in apply_mandatory_constraints() argument
/webrtc/rtcp/src/transport_feedbacks/transport_layer_nack/
H A Dmod.rs32 type Item = u16; typedef
34 fn next(&mut self) -> Option<Self::Item> { in next() argument
84 type Item = u16; typedef
/webrtc/constraints/src/settings/
H A Dtrack.rs67 I: IntoIterator<Item = (T, MediaTrackSetting)>, in from_iter() argument
74 type Item = (MediaTrackProperty, MediaTrackSetting); typedef
/webrtc/constraints/src/capabilities/
H A Dtrack.rs65 I: IntoIterator<Item = (T, MediaTrackCapability)>, in from_iter() argument
72 type Item = (MediaTrackProperty, MediaTrackCapability); typedef
/webrtc/constraints/src/constraints/
H A Dadvanced.rs77 I: IntoIterator<Item = GenericMediaTrackConstraintSet<T>>, in from_iter() argument
84 type Item = GenericMediaTrackConstraintSet<T>; typedef
H A Dconstraint_set.rs79 I: IntoIterator<Item = (U, T)>, in from_iter() argument
86 type Item = (MediaTrackProperty, T); typedef
H A Dmandatory.rs130 I: IntoIterator<Item = (U, T)>, in from_iter() argument
137 type Item = (MediaTrackProperty, T); typedef
/webrtc/constraints/src/
H A Dsupported_constraints.rs81 I: IntoIterator<Item = T>, in from_iter() argument
88 type Item = MediaTrackProperty; typedef
/webrtc/constraints/src/algorithms/
H A Dselect_settings.rs52 I: IntoIterator<Item = &'a MediaTrackSettings>, in select_settings_candidates() argument