Searched refs:formats (Results 1 – 6 of 6) sorted by relevance
| /webrtc/sdp/src/description/ |
| H A D | media.rs | 88 formats: vec![], in new_jsep_media_description() 138 self.media_name.formats.push(payload_type.to_string()); in with_codec() 228 pub formats: Vec<String>, field 237 self.formats.join(" "), in fmt()
|
| H A D | description_test.rs | 131 formats: vec!["0".to_string()], in test_marshal() 159 formats: vec!["99".to_string()], in test_marshal()
|
| H A D | session.rs | 1243 let mut formats = vec![]; in unmarshal_media_description() localVariable 1245 formats.push(field.to_string()); in unmarshal_media_description() 1256 formats, in unmarshal_media_description()
|
| /webrtc/sdp/src/util/ |
| H A D | util_test.rs | 17 … formats: vec!["120".to_string(), "121".to_string(), "126".to_string(), "97".to_string()], in get_test_session_description()
|
| /webrtc/webrtc/src/peer_connection/sdp/ |
| H A D | sdp_test.rs | 964 desc.media_name.formats, in test_populate_sdp_reject() 1016 formats: vec!["111".to_owned()], in test_codecs_from_media_description() 1047 formats: vec!["111".to_owned()], in test_codecs_from_media_description() 1104 formats: vec!["111".to_owned()], in test_rtp_extensions_from_media_description()
|
| H A D | mod.rs | 315 formats: vec!["webrtc-datachannel".to_owned()], in add_data_media_section() 482 formats: vec!["0".to_owned()], in add_transceiver_sdp() 884 for payload_str in &m.media_name.formats { in codecs_from_media_description()
|