Searched refs:Item (Results 1 – 12 of 12) sorted by relevance
| /webrtc/media/src/io/sample_builder/ |
| H A D | sample_sequence_location.rs | 18 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 D | tie_breaking.rs | 26 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 D | select_optimal.rs | 5 I: IntoIterator<Item = (&'a MediaTrackSettings, f64)>, in select_optimal_candidates()
|
| H A D | apply_mandatory.rs | 23 I: IntoIterator<Item = &'a MediaTrackSettings>, in apply_mandatory_constraints() argument
|
| /webrtc/rtcp/src/transport_feedbacks/transport_layer_nack/ |
| H A D | mod.rs | 32 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 D | track.rs | 67 I: IntoIterator<Item = (T, MediaTrackSetting)>, in from_iter() argument 74 type Item = (MediaTrackProperty, MediaTrackSetting); typedef
|
| /webrtc/constraints/src/capabilities/ |
| H A D | track.rs | 65 I: IntoIterator<Item = (T, MediaTrackCapability)>, in from_iter() argument 72 type Item = (MediaTrackProperty, MediaTrackCapability); typedef
|
| /webrtc/constraints/src/constraints/ |
| H A D | advanced.rs | 77 I: IntoIterator<Item = GenericMediaTrackConstraintSet<T>>, in from_iter() argument 84 type Item = GenericMediaTrackConstraintSet<T>; typedef
|
| H A D | constraint_set.rs | 79 I: IntoIterator<Item = (U, T)>, in from_iter() argument 86 type Item = (MediaTrackProperty, T); typedef
|
| H A D | mandatory.rs | 130 I: IntoIterator<Item = (U, T)>, in from_iter() argument 137 type Item = (MediaTrackProperty, T); typedef
|
| /webrtc/constraints/src/ |
| H A D | supported_constraints.rs | 81 I: IntoIterator<Item = T>, in from_iter() argument 88 type Item = MediaTrackProperty; typedef
|
| /webrtc/constraints/src/algorithms/ |
| H A D | select_settings.rs | 52 I: IntoIterator<Item = &'a MediaTrackSettings>, in select_settings_candidates() argument
|