/external/webrtc/video/ |
D | video_send_stream_impl_unittest.cc | 91 OnBitrateUpdated, 462 ->OnBitrateUpdated(CreateAllocation(kBitrateBps)); in TEST_F() 472 ->OnBitrateUpdated(CreateAllocation(0)); in TEST_F() 495 ->OnBitrateUpdated(CreateAllocation(kBitrateBps)); in TEST_F() 554 ->OnBitrateUpdated(CreateAllocation(kBitrateBps)); in TEST_F() 599 ->OnBitrateUpdated(CreateAllocation(kBitrateBps)); in TEST_F() 720 EXPECT_CALL(rtp_video_sender_, OnBitrateUpdated(update, _)); in TEST_F() 725 OnBitrateUpdated(network_constrained_rate, network_constrained_rate, in TEST_F() 728 ->OnBitrateUpdated(update); in TEST_F() 738 EXPECT_CALL(rtp_video_sender_, OnBitrateUpdated(update, _)); in TEST_F() [all …]
|
D | video_send_stream_impl.cc | 406 video_stream_encoder_->OnBitrateUpdated(DataRate::Zero(), DataRate::Zero(), in StopVideoSendStream() 622 uint32_t VideoSendStreamImpl::OnBitrateUpdated(BitrateAllocationUpdate update) { in OnBitrateUpdated() function in webrtc::internal::VideoSendStreamImpl 633 rtp_video_sender_->OnBitrateUpdated(update, stats_proxy_->GetSendFrameRate()); in OnBitrateUpdated() 660 video_stream_encoder_->OnBitrateUpdated( in OnBitrateUpdated()
|
D | video_send_stream_impl.h | 114 uint32_t OnBitrateUpdated(BitrateAllocationUpdate update) override;
|
D | video_stream_encoder.h | 102 void OnBitrateUpdated(DataRate target_bitrate,
|
D | video_stream_encoder_unittest.cc | 357 OnBitrateUpdated(target_bitrate, stable_target_bitrate, link_allocation, in OnBitrateUpdatedAndWaitForManagedResources() 1978 video_stream_encoder_->OnBitrateUpdated( in TEST_F() 3264 OnBitrateUpdated(kTargetBitrateBps); in SetupTest() 3271 void OnBitrateUpdated(int bitrate_bps) { in OnBitrateUpdated() function in webrtc::BalancedDegradationTest 3372 OnBitrateUpdated(kTooLowMinBitrateBps); in TEST_F() 3403 OnBitrateUpdated(kMinBitrateBps); in TEST_F() 3418 OnBitrateUpdated(kLowTargetBitrateBps); in TEST_F() 3452 OnBitrateUpdated(kTooLowMinResolutionBitrateBps); in TEST_F() 3488 OnBitrateUpdated(kResolutionMinBitrateBps); in TEST_F() 3508 OnBitrateUpdated(kTooLowMinBitrateBps); in TEST_F() [all …]
|
D | video_stream_encoder.cc | 1701 void VideoStreamEncoder::OnBitrateUpdated(DataRate target_bitrate, in OnBitrateUpdated() function in webrtc::VideoStreamEncoder 1714 OnBitrateUpdated(updated_target_bitrate, stable_target_bitrate, in OnBitrateUpdated()
|
/external/webrtc/audio/ |
D | audio_send_stream_unittest.cc | 599 helper.worker()->SendTask([&] { send_stream->OnBitrateUpdated(update); }, in TEST() 617 helper.worker()->SendTask([&] { send_stream->OnBitrateUpdated(update); }, in TEST() 635 helper.worker()->SendTask([&] { send_stream->OnBitrateUpdated(update); }, in TEST() 653 helper.worker()->SendTask([&] { send_stream->OnBitrateUpdated(update); }, in TEST() 676 helper.worker()->SendTask([&] { send_stream->OnBitrateUpdated(update); }, in TEST() 698 helper.worker()->SendTask([&] { send_stream->OnBitrateUpdated(update); }, in TEST() 720 helper.worker()->SendTask([&] { send_stream->OnBitrateUpdated(update); }, in TEST() 739 helper.worker()->SendTask([&] { send_stream->OnBitrateUpdated(update); }, in TEST() 843 helper.worker()->SendTask([&] { send_stream->OnBitrateUpdated(update); }, in TEST() 852 helper.worker()->SendTask([&] { send_stream->OnBitrateUpdated(update); }, in TEST() [all …]
|
D | audio_send_stream.h | 98 uint32_t OnBitrateUpdated(BitrateAllocationUpdate update) override;
|
D | audio_send_stream.cc | 521 uint32_t AudioSendStream::OnBitrateUpdated(BitrateAllocationUpdate update) { in OnBitrateUpdated() function in webrtc::internal::AudioSendStream
|
/external/webrtc/video/test/ |
D | mock_video_stream_encoder.h | 43 OnBitrateUpdated,
|
/external/webrtc/call/ |
D | rtp_video_sender_interface.h | 53 virtual void OnBitrateUpdated(BitrateAllocationUpdate update,
|
D | bitrate_allocator.cc | 414 uint32_t protection_bitrate = config.observer->OnBitrateUpdated(update); in OnNetworkEstimateChanged() 479 uint32_t protection_bitrate = config.observer->OnBitrateUpdated(update); in AddObserver() 495 observer->OnBitrateUpdated(update); in AddObserver()
|
D | bitrate_allocator.h | 38 virtual uint32_t OnBitrateUpdated(BitrateAllocationUpdate update) = 0;
|
D | rtp_video_sender.h | 146 void OnBitrateUpdated(BitrateAllocationUpdate update, int framerate)
|
D | rtp_video_sender_unittest.cc | 813 test.router()->OnBitrateUpdated(update, /*framerate*/ 0); in TEST() 824 test.router()->OnBitrateUpdated(update, /*framerate*/ 0); in TEST()
|
D | rtp_video_sender.cc | 750 void RtpVideoSender::OnBitrateUpdated(BitrateAllocationUpdate update, in OnBitrateUpdated() function in webrtc::RtpVideoSender
|
D | bitrate_allocator_unittest.cc | 69 uint32_t OnBitrateUpdated(BitrateAllocationUpdate update) override { in OnBitrateUpdated() function in webrtc::__anon613686b70111::TestBitrateObserver
|
/external/webrtc/api/video/ |
D | video_stream_encoder_interface.h | 106 virtual void OnBitrateUpdated(DataRate target_bitrate,
|