HomeSort by relevance Sort by last modified time
    Searched refs:theirs (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.cc 269 for (AudioCodecs::const_iterator theirs = audio_offer->codecs().begin();
270 theirs != audio_offer->codecs().end(); ++theirs) {
271 if (ours->Matches(*theirs)) {
273 negotiated.id = theirs->id;
305 for (VideoCodecs::const_iterator theirs = video_offer->codecs().begin();
306 theirs != video_offer->codecs().end(); ++theirs) {
307 if (ours->Matches(*theirs)) {
309 negotiated.id = theirs->id
    [all...]