Home
last modified time | relevance | path

Searched refs:video_info (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dstatscollector.cc950 cricket::VideoMediaInfo video_info; in ExtractVideoInfo() local
951 if (!session_->video_channel()->GetStats(options, &video_info)) { in ExtractVideoInfo()
963 ExtractStatsFromList(video_info.receivers, transport_id, this, kReceiving); in ExtractVideoInfo()
964 ExtractStatsFromList(video_info.senders, transport_id, this, kSending); in ExtractVideoInfo()
965 if (video_info.bw_estimations.size() != 1) { in ExtractVideoInfo()
966 LOG(LS_ERROR) << "BWEs count: " << video_info.bw_estimations.size(); in ExtractVideoInfo()
971 video_info.bw_estimations[0], stats_gathering_started_, level, report); in ExtractVideoInfo()
Dwebrtcsession.cc238 const cricket::ContentInfo* video_info = in GetTrackIdBySsrc() local
240 if (video_info) { in GetTrackIdBySsrc()
243 video_info->description); in GetTrackIdBySsrc()
1454 const cricket::ContentInfo* video_info = in RemoveUnusedChannelsAndTransports() local
1456 if ((!video_info || video_info->rejected) && video_channel_) { in RemoveUnusedChannelsAndTransports()
Dmediastreamsignaling_unittest.cc888 cricket::ContentInfo* video_info = in TEST_F() local
890 ASSERT_TRUE(video_info != NULL); in TEST_F()
891 video_info->rejected = true; in TEST_F()
918 cricket::ContentInfo* video_info = in TEST_F() local
920 video_info->rejected = true; in TEST_F()
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dcall.cc618 const ContentInfo* video_info = in SendVideoStreamUpdate() local
620 if (video_info == NULL) { in SendVideoStreamUpdate()
627 ContentInfo(video_info->name, video_info->type, description.get())); in SendVideoStreamUpdate()