Lines Matching refs:theirs
824 typename std::vector<C>::const_iterator theirs; in NegotiateCodecs() local
825 for (theirs = offered_codecs.begin(); in NegotiateCodecs()
826 theirs != offered_codecs.end(); ++theirs) { in NegotiateCodecs()
827 if (ours->Matches(*theirs)) { in NegotiateCodecs()
829 negotiated.IntersectFeedbackParams(*theirs); in NegotiateCodecs()
835 !theirs->GetParam(kCodecParamAssociatedPayloadType, in NegotiateCodecs()
851 negotiated.id = theirs->id; in NegotiateCodecs()
856 negotiated.preference = theirs->preference; in NegotiateCodecs()
997 RtpHeaderExtension theirs; in NegotiateRtpHeaderExtensions() local
998 if (FindByUri(offered_extensions, *ours, &theirs)) { in NegotiateRtpHeaderExtensions()
1000 negotiated_extenstions->push_back(theirs); in NegotiateRtpHeaderExtensions()