Home
last modified time | relevance | path

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

/webrtc/webrtc/src/api/media_engine/
H A Dmod.rs497 let mut apt_match = CodecMatch::None; in match_remote_codec() localVariable
500 apt_match = CodecMatch::Exact; in match_remote_codec()
505 if apt_match == CodecMatch::None { in match_remote_codec()
508 apt_match = CodecMatch::Partial; in match_remote_codec()
514 if apt_match == CodecMatch::None { in match_remote_codec()
520 if match_type == CodecMatch::Exact && apt_match == CodecMatch::Partial { in match_remote_codec()