Home
last modified time | relevance | path

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

/webrtc/webrtc/src/api/media_engine/
H A Dmedia_engine_test.rs68 m.update_from_remote_description(&must_parse(NO_MEDIA)?) in test_media_engine_remote_description()
88 m.update_from_remote_description(&must_parse(OPUS_SAME_PAYLOAD)?) in test_media_engine_remote_description()
111 m.update_from_remote_description(&must_parse(OPUS_SAME_PAYLOAD)?) in test_media_engine_remote_description()
137 m.update_from_remote_description(&must_parse(OPUS_UPCASE)?) in test_media_engine_remote_description()
159 m.update_from_remote_description(&must_parse(OPUS_NO_FMTP)?) in test_media_engine_remote_description()
250 m.update_from_remote_description(&must_parse(PROFILE_LEVELS)?) in test_media_engine_remote_description()
322 m.update_from_remote_description(&must_parse(PROFILE_LEVELS)?) in test_media_engine_remote_description()
355 m.update_from_remote_description(&must_parse(PROFILE_LEVELS)?) in test_media_engine_remote_description()
422 m.update_from_remote_description(&must_parse(PROFILE_LEVELS)?) in test_media_engine_remote_description()
489 m.update_from_remote_description(&must_parse(PROFILE_LEVELS)?) in test_media_engine_remote_description()
[all …]
H A Dmod.rs594 pub(crate) async fn update_from_remote_description( in update_from_remote_description() method
/webrtc/webrtc/src/peer_connection/
H A Dmod.rs1317 .update_from_remote_description(parsed) in set_remote_description()