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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamsignaling.cc 360 const cricket::ContentInfo* video_content = GetFirstVideoContent(remote_desc); local
361 if (video_content) {
364 video_content->description);
414 const cricket::ContentInfo* video_content = local
416 if (video_content) {
417 if (video_content->rejected) {
422 video_content->description);
    [all...]
webrtcsession_unittest.cc 395 const cricket::VideoContentDescription* video_content = local
398 ASSERT_TRUE(video_content != NULL);
399 ASSERT_EQ(1U, video_content->cryptos().size());
401 video_content->cryptos()[0].cipher_suite);
402 ASSERT_EQ(47U, video_content->cryptos()[0].key_params.size());
404 video_content->protocol());
418 const cricket::VideoContentDescription* video_content = local
421 ASSERT_TRUE(video_content != NULL);
422 ASSERT_EQ(0U, video_content->cryptos().size());
428 video_content->protocol())
    [all...]
peerconnection_unittest.cc 285 const ContentInfo* video_content = local
287 EXPECT_EQ(can_receive_video(), !video_content->rejected);
    [all...]
webrtcsession.cc 215 const cricket::MediaContentDescription* video_content = local
219 if (cricket::GetStreamBySsrc(video_content->streams(), ssrc, &stream_out)) {
    [all...]
webrtcsdp.cc 856 const ContentInfo* video_content = GetFirstVideoContent(desc); local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession.cc 1234 const ContentInfo* video_content = GetFirstVideoContent(offer); local
    [all...]
call.cc 849 const ContentInfo* video_content = GetFirstVideoContent(updated_contents); local
850 if (video_content) {
852 static_cast<const VideoContentDescription*>(video_content->description);
924 const ContentInfo* video_content = GetFirstVideoContent(updated_contents); local
925 if (video_content) {
927 static_cast<const VideoContentDescription*>(video_content->description);
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.cc 296 const ContentInfo* video_content = GetFirstVideoContent(offer); local
297 if (video_content) {
299 static_cast<const VideoContentDescription*>(video_content->description);
330 accept->AddContent(video_content->name, video_content->type, video_accept);
    [all...]

Completed in 209 milliseconds