Searched refs:apt_match (Results 1 – 1 of 1) sorted by relevance
497 let mut apt_match = CodecMatch::None; in match_remote_codec() localVariable500 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()