Searched refs:video_info (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/talk/app/webrtc/
H A Dstatscollector.cc811 cricket::VideoMediaInfo video_info;
812 if (!pc_->session()->video_channel()->GetStats(&video_info)) {
828 ExtractStatsFromList(video_info.receivers, transport_id, this,
830 ExtractStatsFromList(video_info.senders, transport_id, this,
832 if (video_info.bw_estimations.size() != 1) {
833 LOG(LS_ERROR) << "BWEs count: " << video_info.bw_estimations.size();
838 video_info.bw_estimations[0], stats_gathering_started_, level, report);
H A Dwebrtcsession.cc315 const cricket::ContentInfo* video_info = local
317 if (video_info) {
320 video_info->description);
1756 const cricket::ContentInfo* video_info = local
1758 if ((!video_info || video_info->rejected) && video_channel_) {
H A Dpeerconnectioninterface_unittest.cc1905 cricket::ContentInfo* video_info = local
1907 video_info->rejected = true;
1915 video_info = local_offer->description()->GetContentByName("video");
1916 ASSERT_TRUE(video_info != nullptr);
1917 video_info->rejected = true;
1942 cricket::ContentInfo* video_info = local
1944 video_info->rejected = true;

Completed in 1008 milliseconds