Home
last modified time | relevance | path

Searched refs:OnBitrateUpdated (Results 1 – 18 of 18) sorted by relevance

/external/webrtc/video/
Dvideo_send_stream_impl_unittest.cc91 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 …]
Dvideo_send_stream_impl.cc406 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()
Dvideo_send_stream_impl.h114 uint32_t OnBitrateUpdated(BitrateAllocationUpdate update) override;
Dvideo_stream_encoder.h102 void OnBitrateUpdated(DataRate target_bitrate,
Dvideo_stream_encoder_unittest.cc357 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 …]
Dvideo_stream_encoder.cc1701 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/
Daudio_send_stream_unittest.cc599 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 …]
Daudio_send_stream.h98 uint32_t OnBitrateUpdated(BitrateAllocationUpdate update) override;
Daudio_send_stream.cc521 uint32_t AudioSendStream::OnBitrateUpdated(BitrateAllocationUpdate update) { in OnBitrateUpdated() function in webrtc::internal::AudioSendStream
/external/webrtc/video/test/
Dmock_video_stream_encoder.h43 OnBitrateUpdated,
/external/webrtc/call/
Drtp_video_sender_interface.h53 virtual void OnBitrateUpdated(BitrateAllocationUpdate update,
Dbitrate_allocator.cc414 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()
Dbitrate_allocator.h38 virtual uint32_t OnBitrateUpdated(BitrateAllocationUpdate update) = 0;
Drtp_video_sender.h146 void OnBitrateUpdated(BitrateAllocationUpdate update, int framerate)
Drtp_video_sender_unittest.cc813 test.router()->OnBitrateUpdated(update, /*framerate*/ 0); in TEST()
824 test.router()->OnBitrateUpdated(update, /*framerate*/ 0); in TEST()
Drtp_video_sender.cc750 void RtpVideoSender::OnBitrateUpdated(BitrateAllocationUpdate update, in OnBitrateUpdated() function in webrtc::RtpVideoSender
Dbitrate_allocator_unittest.cc69 uint32_t OnBitrateUpdated(BitrateAllocationUpdate update) override { in OnBitrateUpdated() function in webrtc::__anon613686b70111::TestBitrateObserver
/external/webrtc/api/video/
Dvideo_stream_encoder_interface.h106 virtual void OnBitrateUpdated(DataRate target_bitrate,