Searched refs:temporal_layer_thresholds_bps (Results 1 – 8 of 8) sorted by relevance
76 for (size_t i = 0; i < temporal_layer_thresholds_bps.size(); ++i) { in ToString()77 ss << temporal_layer_thresholds_bps[i]; in ToString()78 if (i != temporal_layer_thresholds_bps.size() - 1) in ToString()
97 std::vector<int> temporal_layer_thresholds_bps; member
324 config.streams[0].temporal_layer_thresholds_bps.size() == 1) { in ReconfigureVideoEncoder()326 config.streams[0].temporal_layer_thresholds_bps[0] / 1000; in ReconfigureVideoEncoder()346 streams.back().temporal_layer_thresholds_bps.size() + 1); in ReconfigureVideoEncoder()360 streams.back().temporal_layer_thresholds_bps.size() + 1); in ReconfigureVideoEncoder()410 streams[i].temporal_layer_thresholds_bps.size() + 1); in ReconfigureVideoEncoder()
656 RTC_CHECK_EQ(static_cast<int>(stream.temporal_layer_thresholds_bps.size()), in CheckParams()713 stream.temporal_layer_thresholds_bps.push_back(stream.target_bitrate_bps); in DefaultVideoStream()750 stream.temporal_layer_thresholds_bps.clear(); in FillScalabilitySettings()751 stream.temporal_layer_thresholds_bps.insert( in FillScalabilitySettings()752 stream.temporal_layer_thresholds_bps.end(), v.begin() + 7, v.end()); in FillScalabilitySettings()
1450 encoder_config->streams[i].temporal_layer_thresholds_bps.resize( in ModifyVideoConfigs()1642 encoder_config->streams[0].temporal_layer_thresholds_bps.empty()); in TEST_F()1643 encoder_config->streams[0].temporal_layer_thresholds_bps.push_back( in TEST_F()1884 encoder_config->streams[0].temporal_layer_thresholds_bps.resize( in ModifyVideoConfigs()
218 streams[s].temporal_layer_thresholds_bps.resize( in GetSimulcastConfig()
1606 EXPECT_TRUE(encoder_config.streams[0].temporal_layer_thresholds_bps.empty()); in TEST_F()1640 ASSERT_EQ(1u, encoder_config.streams[0].temporal_layer_thresholds_bps.size()); in TEST_F()1642 encoder_config.streams[0].temporal_layer_thresholds_bps[0]); in TEST_F()3261 EXPECT_FALSE(expected_streams[i].temporal_layer_thresholds_bps.empty()); in VerifySimulcastSettings()3262 EXPECT_EQ(expected_streams[i].temporal_layer_thresholds_bps, in VerifySimulcastSettings()3263 video_streams[i].temporal_layer_thresholds_bps); in VerifySimulcastSettings()
2014 encoder_config.streams[0].temporal_layer_thresholds_bps.clear(); in CreateVideoEncoderConfig()2015 encoder_config.streams[0].temporal_layer_thresholds_bps.push_back( in CreateVideoEncoderConfig()