Lines Matching refs:bitrate_observer
785 MockBitrateObserver bitrate_observer; in VerifyAllocatedBitrate() local
786 video_stream_encoder_->SetBitrateAllocationObserver(&bitrate_observer); in VerifyAllocatedBitrate()
788 EXPECT_CALL(bitrate_observer, OnBitrateAllocationUpdated(expected_bitrate)) in VerifyAllocatedBitrate()
3764 MockBitrateObserver bitrate_observer; in TEST_F() local
3765 video_stream_encoder_->SetBitrateAllocationObserver(&bitrate_observer); in TEST_F()
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()
5057 MockBitrateObserver bitrate_observer; in TEST_F() local
5058 video_stream_encoder_->SetBitrateAllocationObserver(&bitrate_observer); in TEST_F()
5067 EXPECT_CALL(bitrate_observer, OnBitrateAllocationUpdated(_)).Times(1); in TEST_F()
5082 EXPECT_CALL(bitrate_observer, OnBitrateAllocationUpdated(_)).Times(0); in TEST_F()