Lines Matching refs:expected_bitrate
784 void VerifyAllocatedBitrate(const VideoBitrateAllocation& expected_bitrate) { in VerifyAllocatedBitrate() argument
788 EXPECT_CALL(bitrate_observer, OnBitrateAllocationUpdated(expected_bitrate)) in VerifyAllocatedBitrate()
3768 const VideoBitrateAllocation expected_bitrate = in TEST_F() local
3773 EXPECT_CALL(bitrate_observer, OnBitrateAllocationUpdated(expected_bitrate)) in TEST_F()
3792 EXPECT_CALL(bitrate_observer, OnBitrateAllocationUpdated(expected_bitrate)) in TEST_F()
3800 EXPECT_CALL(bitrate_observer, OnBitrateAllocationUpdated(expected_bitrate)) in TEST_F()
3831 VideoBitrateAllocation expected_bitrate; in TEST_F() local
3832 expected_bitrate.SetBitrate(/*si*/ 0, /*ti*/ 0, kTl0Bps); in TEST_F()
3833 expected_bitrate.SetBitrate(/*si*/ 0, /*ti*/ 1, kTl1Bps - kTl0Bps); in TEST_F()
3835 VerifyAllocatedBitrate(expected_bitrate); in TEST_F()
3846 VideoBitrateAllocation expected_bitrate; in TEST_F() local
3847 expected_bitrate.SetBitrate(/*si*/ 0, /*ti*/ 0, kTargetBitrateBps); in TEST_F()
3849 VerifyAllocatedBitrate(expected_bitrate); in TEST_F()
3870 VideoBitrateAllocation expected_bitrate; in TEST_F() local
3871 expected_bitrate.SetBitrate(/*si*/ 0, /*ti*/ 0, kS0Tl0Bps); in TEST_F()
3872 expected_bitrate.SetBitrate(/*si*/ 0, /*ti*/ 1, kS0Tl1Bps - kS0Tl0Bps); in TEST_F()
3873 expected_bitrate.SetBitrate(/*si*/ 1, /*ti*/ 0, kS1Bps); in TEST_F()
3875 VerifyAllocatedBitrate(expected_bitrate); in TEST_F()