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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.cc 262 const AudioContentDescription* audio_offer = local
269 for (AudioCodecs::const_iterator theirs = audio_offer->codecs().begin();
270 theirs != audio_offer->codecs().end(); ++theirs) {
284 if (SelectCrypto(audio_offer, &crypto)) {
290 (audio_offer->crypto_required() || secure() == SEC_REQUIRED)) {
    [all...]
call.cc 204 const ContentInfo* audio_offer = GetFirstAudioContent(offer); local
208 ASSERT(audio_offer != NULL);
211 session, audio_offer->name, video_);

Completed in 148 milliseconds