Searched refs:new_bitrate_bps (Results 1 – 2 of 2) sorted by relevance
222 int new_bitrate_bps) const { in IsBitrateImproving()223 bool initial_probe = !remote_rate_.ValidEstimate() && new_bitrate_bps > 0; in IsBitrateImproving()226 new_bitrate_bps > static_cast<int>(remote_rate_.LatestEstimate()); in IsBitrateImproving()
790 int new_bitrate_bps; in RunTest() local791 ASSERT_EQ(1, scanf("%i", &new_bitrate_bps)); in RunTest()792 res = codec->SetBitRate(chan, new_bitrate_bps); in RunTest()