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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamsignaling.cc 414 const cricket::ContentInfo* video_content = GetFirstVideoContent(remote_desc); local
415 if (video_content) {
418 video_content->description);
467 const cricket::ContentInfo* video_content = local
469 if (video_content) {
470 if (video_content->rejected) {
475 video_content->description);
    [all...]
webrtcsession_unittest.cc 435 const cricket::VideoContentDescription* video_content = local
438 ASSERT_TRUE(video_content != NULL);
439 ASSERT_EQ(1U, video_content->cryptos().size());
441 video_content->cryptos()[0].cipher_suite);
442 ASSERT_EQ(47U, video_content->cryptos()[0].key_params.size());
444 video_content->protocol());
458 const cricket::VideoContentDescription* video_content = local
461 ASSERT_TRUE(video_content != NULL);
462 ASSERT_EQ(0U, video_content->cryptos().size());
468 video_content->protocol())
    [all...]
peerconnection_unittest.cc 293 const ContentInfo* video_content = local
295 EXPECT_EQ(can_receive_video(), !video_content->rejected);
    [all...]
webrtcsdp.cc 875 const ContentInfo* video_content = GetFirstVideoContent(desc); local
    [all...]
webrtcsession.cc 242 const cricket::MediaContentDescription* video_content = local
246 if (cricket::GetStreamBySsrc(video_content->streams(), ssrc, &stream_out)) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.cc 868 const ContentInfo* video_content = GetFirstVideoContent(updated_contents); local
869 if (video_content) {
871 static_cast<const VideoContentDescription*>(video_content->description);
949 const ContentInfo* video_content = GetFirstVideoContent(updated_contents); local
950 if (video_content) {
    [all...]
mediasession.cc 1366 const ContentInfo* video_content = GetFirstVideoContent(offer); local
    [all...]

Completed in 3435 milliseconds