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

  /external/chromium/third_party/libjingle/source/talk/session/phone/
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...]
call.cc 205 const ContentInfo* video_offer = GetFirstVideoContent(offer); local
206 video_ = (video_offer != NULL);
225 session, video_offer->name, true, voice_channel);

Completed in 1432 milliseconds