Home
last modified time | relevance | path

Searched refs:rid_map (Results 1 – 3 of 3) sorted by relevance

/webrtc/webrtc/src/peer_connection/sdp/
H A Dsdp_test.rs702 let mut rid_map = HashMap::new(); in test_populate_sdp() localVariable
703 rid_map.insert("ridkey".to_owned(), "some".to_owned()); in test_populate_sdp()
708 rid_map, in test_populate_sdp()
802 rid_map: HashMap::new(), in test_populate_sdp()
920 rid_map: HashMap::new(), in test_populate_sdp_reject()
927 rid_map: HashMap::new(), in test_populate_sdp_reject()
H A Dmod.rs515 if !media_section.rid_map.is_empty() { in add_transceiver_sdp()
518 for rid in media_section.rid_map.keys() { in add_transceiver_sdp()
634 pub(crate) rid_map: HashMap<String, String>, field
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_internal.rs768 rid_map: get_rids(media), in generate_matched_sdp()