Home
last modified time | relevance | path

Searched refs:fields (Results 1 – 21 of 21) sorted by relevance

/webrtc/sdp/src/description/
H A Dsession.rs157 write!(f, "{}", fields.join(" ")) in fmt()
930 if fields.len() != 6 { in unmarshal_origin()
1015 if fields.len() < 2 { in unmarshal_connection_information()
1091 if fields.len() < 2 { in unmarshal_timing()
1115 if fields.len() < 3 { in unmarshal_repeat_times()
1148 if fields.len() % 2 != 0 { in unmarshal_time_zones()
1181 key: fields[0].to_owned(), in unmarshal_session_attribute()
1186 key: fields[0].to_owned(), in unmarshal_session_attribute()
1201 if fields.len() < 4 { in unmarshal_media_description()
1209 fields[0], in unmarshal_media_description()
[all …]
/webrtc/sdp/src/extmap/
H A Dmod.rs72 let fields: Vec<&str> = parts[1].split_whitespace().collect(); in unmarshal() localVariable
73 if fields.len() < 2 { in unmarshal()
77 let valdir: Vec<&str> = fields[0].split('/').collect(); in unmarshal()
97 let uri = Some(Url::parse(fields[1])?); in unmarshal()
99 let ext_attr = if fields.len() == 3 { in unmarshal()
100 Some(fields[2].to_owned()) in unmarshal()
/webrtc/webrtc/src/peer_connection/policy/
H A Dsdp_semantics.rs98 let fields: Vec<&str> = value.split_whitespace().collect(); in extract_ssrc_list() localVariable
99 if let Some(ssrc) = fields.first() { in extract_ssrc_list()
/webrtc/ice/examples/
H A Dping_pong.rs269 let fields: Vec<String> = s.split(':').map(|s| s.to_string()).collect(); in main() localVariable
270 (fields[0].clone(), fields[1].clone()) in main()
/webrtc/sctp/
H A DLICENSE-APACHE181 boilerplate notice, with the fields enclosed by brackets "[]"
/webrtc/interceptor/
H A DLICENSE-APACHE181 boilerplate notice, with the fields enclosed by brackets "[]"
/webrtc/constraints/
H A DLICENSE-APACHE181 boilerplate notice, with the fields enclosed by brackets "[]"
/webrtc/
H A DLICENSE-APACHE181 boilerplate notice, with the fields enclosed by brackets "[]"
/webrtc/examples/
H A DLICENSE-APACHE181 boilerplate notice, with the fields enclosed by brackets "[]"
/webrtc/turn/
H A DLICENSE-APACHE181 boilerplate notice, with the fields enclosed by brackets "[]"
/webrtc/rtcp/
H A DLICENSE-APACHE181 boilerplate notice, with the fields enclosed by brackets "[]"
/webrtc/rtp/
H A DLICENSE-APACHE181 boilerplate notice, with the fields enclosed by brackets "[]"
/webrtc/mdns/
H A DLICENSE-APACHE181 boilerplate notice, with the fields enclosed by brackets "[]"
/webrtc/stun/
H A DLICENSE-APACHE181 boilerplate notice, with the fields enclosed by brackets "[]"
/webrtc/media/
H A DLICENSE-APACHE181 boilerplate notice, with the fields enclosed by brackets "[]"
/webrtc/data/
H A DLICENSE-APACHE181 boilerplate notice, with the fields enclosed by brackets "[]"
/webrtc/srtp/
H A DLICENSE-APACHE181 boilerplate notice, with the fields enclosed by brackets "[]"
/webrtc/dtls/
H A DLICENSE-APACHE181 boilerplate notice, with the fields enclosed by brackets "[]"
/webrtc/util/
H A DLICENSE-APACHE181 boilerplate notice, with the fields enclosed by brackets "[]"
/webrtc/sdp/
H A DLICENSE-APACHE181 boilerplate notice, with the fields enclosed by brackets "[]"
/webrtc/ice/
H A DLICENSE-APACHE181 boilerplate notice, with the fields enclosed by brackets "[]"