Home
last modified time | relevance | path

Searched refs:Partial (Results 1 – 2 of 2) sorted by relevance

/webrtc/webrtc/src/rtp_transceiver/
H A Drtp_codec.rs127 Partial = 1, enumerator
156 return (c.clone(), CodecMatch::Partial); in codec_parameters_fuzzy_search()
/webrtc/webrtc/src/api/media_engine/
H A Dmod.rs508 apt_match = CodecMatch::Partial; in match_remote_codec()
520 if match_type == CodecMatch::Exact && apt_match == CodecMatch::Partial { in match_remote_codec()
521 match_type = CodecMatch::Partial; in match_remote_codec()
624 } else if match_type == CodecMatch::Partial { in update_from_remote_description()