Searched refs:bw_estimations (Results 1 – 5 of 5) sorted by relevance
832 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()
897 stats_read.bw_estimations.push_back(bwe); in TEST_F()
920 bw_estimations.clear(); in Clear()924 std::vector<BandwidthEstimationInfo> bw_estimations; member
2785 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()
1250 video_media_info->bw_estimations.push_back(bwe_info); in FillBandwidthEstimationStats()