Home | History | Annotate | Download | only in phone

Lines Matching refs:ours

267     for (AudioCodecs::const_iterator ours = audio_codecs.begin();
268 ours != audio_codecs.end(); ++ours) {
271 if (ours->Matches(*theirs)) {
272 AudioCodec negotiated(*ours);
303 for (VideoCodecs::const_iterator ours = video_codecs.begin();
304 ours != video_codecs.end(); ++ours) {
307 if (ours->Matches(*theirs)) {
308 VideoCodec negotiated(*ours);