Home
last modified time | relevance | path

Searched refs:formats (Results 1 – 6 of 6) sorted by relevance

/webrtc/sdp/src/description/
H A Dmedia.rs88 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 Ddescription_test.rs131 formats: vec!["0".to_string()], in test_marshal()
159 formats: vec!["99".to_string()], in test_marshal()
H A Dsession.rs1243 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 Dutil_test.rs17formats: 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 Dsdp_test.rs964 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 Dmod.rs315 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()