Searched refs:audio_offer (Results 1 – 2 of 2) sorted by relevance
204 const ContentInfo* audio_offer = GetFirstAudioContent(offer); in AddSession() local208 ASSERT(audio_offer != NULL); in AddSession()211 session, audio_offer->name, video_); in AddSession()
262 const AudioContentDescription* audio_offer = in CreateAnswer() local269 for (AudioCodecs::const_iterator theirs = audio_offer->codecs().begin(); in CreateAnswer()270 theirs != audio_offer->codecs().end(); ++theirs) { in CreateAnswer()284 if (SelectCrypto(audio_offer, &crypto)) { in CreateAnswer()290 (audio_offer->crypto_required() || secure() == SEC_REQUIRED)) { in CreateAnswer()