Home | History | Annotate | Download | only in media

Lines Matching refs:theirs

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