Searched refs:partial_matches (Results 1 – 1 of 1) sorted by relevance
482 partial_matches: &[RTCRtpCodecParameters], in match_remote_codec()506 for codec in partial_matches { in match_remote_codec()616 let mut partial_matches = vec![]; //make([]RTPCodecParameters, 0, len(codecs)) in update_from_remote_description() localVariable620 self.match_remote_codec(&codec, typ, &exact_matches, &partial_matches)?; in update_from_remote_description()625 partial_matches.push(codec); in update_from_remote_description()632 } else if !partial_matches.is_empty() { in update_from_remote_description()633 self.push_codecs(partial_matches, typ).await; in update_from_remote_description()