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 489 const cricket::ContentInfo* video_content = GetFirstVideoContent(remote_desc); local
490 if (video_content) {
493 video_content->description);
543 const cricket::ContentInfo* video_content = local
545 if (video_content) {
546 if (video_content->rejected) {
551 video_content->description);
    [all...]
webrtcsession_unittest.cc 452 const cricket::VideoContentDescription* video_content = local
455 ASSERT_TRUE(video_content != NULL);
456 ASSERT_EQ(1U, video_content->cryptos().size());
458 video_content->cryptos()[0].cipher_suite);
459 ASSERT_EQ(47U, video_content->cryptos()[0].key_params.size());
461 video_content->protocol());
475 const cricket::VideoContentDescription* video_content = local
478 ASSERT_TRUE(video_content != NULL);
479 ASSERT_EQ(0U, video_content->cryptos().size());
485 video_content->protocol())
    [all...]
peerconnection_unittest.cc 294 const ContentInfo* video_content = local
296 EXPECT_EQ(can_receive_video(), !video_content->rejected);
    [all...]
webrtcsession.cc 241 const cricket::MediaContentDescription* video_content = local
245 if (cricket::GetStreamBySsrc(video_content->streams(), ssrc, &stream_out)) {
    [all...]
webrtcsdp.cc 827 const ContentInfo* video_content = GetFirstVideoContent(desc); local
828 if (video_content)
829 GetMediaStreamLabels(video_content, &media_stream_labels);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.cc 865 const ContentInfo* video_content = GetFirstVideoContent(updated_contents); local
866 if (video_content) {
868 static_cast<const VideoContentDescription*>(video_content->description);
946 const ContentInfo* video_content = GetFirstVideoContent(updated_contents); local
947 if (video_content) {
949 static_cast<const VideoContentDescription*>(video_content->description);
    [all...]
mediasession.cc 1636 const ContentInfo* video_content = GetFirstVideoContent(offer); local
    [all...]

Completed in 222 milliseconds