Home
last modified time | relevance | path

Searched refs:bw_estimations (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dstatscollector.cc832 if (video_info.bw_estimations.size() != 1) { in ExtractVideoInfo()
833 LOG(LS_ERROR) << "BWEs count: " << video_info.bw_estimations.size(); in ExtractVideoInfo()
838 video_info.bw_estimations[0], stats_gathering_started_, level, report); in ExtractVideoInfo()
Dstatscollector_unittest.cc897 stats_read.bw_estimations.push_back(bwe); in TEST_F()
/external/webrtc/talk/media/base/
Dmediachannel.h920 bw_estimations.clear(); in Clear()
924 std::vector<BandwidthEstimationInfo> bw_estimations; member
/external/webrtc/talk/media/webrtc/
Dwebrtcvideoengine2_unittest.cc2785 info.bw_estimations[0].target_enc_bitrate); in TEST_F()
2787 info.bw_estimations[0].actual_enc_bitrate); in TEST_F()
2788 EXPECT_EQ(1 + 3 + 5 + 7, info.bw_estimations[0].transmit_bitrate) in TEST_F()
2790 EXPECT_EQ(2 + 4 + 6 + 8, info.bw_estimations[0].retransmit_bitrate) in TEST_F()
Dwebrtcvideoengine2.cc1250 video_media_info->bw_estimations.push_back(bwe_info); in FillBandwidthEstimationStats()