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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
call.cc 205 const ContentInfo* video_offer = GetFirstVideoContent(offer); local
206 video_ = (video_offer != NULL);
225 session, video_offer->name, true, voice_channel);
mediasessionclient.cc 298 const VideoContentDescription* video_offer = local
305 for (VideoCodecs::const_iterator theirs = video_offer->codecs().begin();
306 theirs != video_offer->codecs().end(); ++theirs) {
321 if (SelectCrypto(video_offer, &crypto)) {
327 (video_offer->crypto_required() || secure() == SEC_REQUIRED)) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.cc 252 const ContentInfo* video_offer = GetFirstVideoContent(offer); local
254 has_video_ = (video_offer != NULL);
275 session, video_offer->name, true, media_session.voice_channel);
    [all...]
mediasession_unittest.cc 1899 const VideoContentDescription* video_offer = local
    [all...]

Completed in 113 milliseconds