Home
last modified time | relevance | path

Searched refs:OnBitrateAllocationUpdated (Results 1 – 16 of 16) sorted by relevance

/external/webrtc/video/
Dvideo_send_stream_impl_unittest.cc80 OnBitrateAllocationUpdated,
452 EXPECT_CALL(rtp_video_sender_, OnBitrateAllocationUpdated(alloc)) in TEST_F()
454 observer->OnBitrateAllocationUpdated(alloc); in TEST_F()
463 EXPECT_CALL(rtp_video_sender_, OnBitrateAllocationUpdated(alloc)) in TEST_F()
465 observer->OnBitrateAllocationUpdated(alloc); in TEST_F()
473 EXPECT_CALL(rtp_video_sender_, OnBitrateAllocationUpdated(alloc)) in TEST_F()
475 observer->OnBitrateAllocationUpdated(alloc); in TEST_F()
507 EXPECT_CALL(rtp_video_sender_, OnBitrateAllocationUpdated(alloc)) in TEST_F()
509 observer->OnBitrateAllocationUpdated(alloc); in TEST_F()
518 EXPECT_CALL(rtp_video_sender_, OnBitrateAllocationUpdated(_)).Times(0); in TEST_F()
[all …]
Dsend_statistics_proxy_unittest.cc1263 statistics_proxy_->OnBitrateAllocationUpdated(codec, allocation); in TEST_F()
1276 statistics_proxy_->OnBitrateAllocationUpdated(codec, allocation); in TEST_F()
1289 statistics_proxy_->OnBitrateAllocationUpdated(codec, allocation); in TEST_F()
1291 statistics_proxy_->OnBitrateAllocationUpdated(codec, allocation); in TEST_F()
1302 statistics_proxy_->OnBitrateAllocationUpdated(codec, allocation); in TEST_F()
1305 statistics_proxy_->OnBitrateAllocationUpdated(codec, allocation); in TEST_F()
1318 statistics_proxy_->OnBitrateAllocationUpdated(codec, allocation); in TEST_F()
1323 statistics_proxy_->OnBitrateAllocationUpdated(codec, allocation); in TEST_F()
1328 statistics_proxy_->OnBitrateAllocationUpdated(codec, allocation); in TEST_F()
1333 statistics_proxy_->OnBitrateAllocationUpdated(codec, allocation); in TEST_F()
[all …]
Dvideo_send_stream_impl.cc422 void VideoSendStreamImpl::OnBitrateAllocationUpdated( in OnBitrateAllocationUpdated() function in webrtc::internal::VideoSendStreamImpl
429 ptr->OnBitrateAllocationUpdated(allocation); in OnBitrateAllocationUpdated()
467 rtp_video_sender_->OnBitrateAllocationUpdated(allocation); in OnBitrateAllocationUpdated()
595 send_stream->OnBitrateAllocationUpdated(*context->throttled_allocation); in OnEncodedImage()
Dvideo_send_stream_impl.h134 void OnBitrateAllocationUpdated(
Dsend_statistics_proxy.h81 void OnBitrateAllocationUpdated(
Dvideo_stream_encoder.cc1091 bitrate_observer_->OnBitrateAllocationUpdated( in UpdateBitrateAllocationAndNotifyObserver()
1096 bitrate_observer_->OnBitrateAllocationUpdated(new_allocation); in UpdateBitrateAllocationAndNotifyObserver()
1121 encoder_stats_observer_->OnBitrateAllocationUpdated( in UpdateBitrateAllocationAndNotifyObserver()
Dvideo_stream_encoder_unittest.cc610 OnBitrateAllocationUpdated,
788 EXPECT_CALL(bitrate_observer, OnBitrateAllocationUpdated(expected_bitrate)) in VerifyAllocatedBitrate()
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()
5067 EXPECT_CALL(bitrate_observer, OnBitrateAllocationUpdated(_)).Times(1); in TEST_F()
5082 EXPECT_CALL(bitrate_observer, OnBitrateAllocationUpdated(_)).Times(0); in TEST_F()
Dsend_statistics_proxy.cc1190 void SendStatisticsProxy::OnBitrateAllocationUpdated( in OnBitrateAllocationUpdated() function in webrtc::SendStatisticsProxy
/external/webrtc/api/video/
Dvideo_bitrate_allocator.h50 virtual void OnBitrateAllocationUpdated(
Dvideo_stream_encoder_observer.h99 virtual void OnBitrateAllocationUpdated( in OnBitrateAllocationUpdated() function
/external/webrtc/call/adaptation/test/
Dfake_frame_rate_provider.h54 OnBitrateAllocationUpdated,
/external/webrtc/call/
Drtp_video_sender_interface.h51 virtual void OnBitrateAllocationUpdated(
Drtp_video_sender.h141 void OnBitrateAllocationUpdated(const VideoBitrateAllocation& bitrate)
Drtp_video_sender.cc583 void RtpVideoSender::OnBitrateAllocationUpdated( in OnBitrateAllocationUpdated() function in webrtc::RtpVideoSender
/external/webrtc/modules/rtp_rtcp/source/
Drtcp_receiver_unittest.cc130 OnBitrateAllocationUpdated,
1739 OnBitrateAllocationUpdated(expected_allocation)) in TEST()
1746 OnBitrateAllocationUpdated(expected_allocation)); in TEST()
1768 OnBitrateAllocationUpdated(expected_allocation)); in TEST()
Drtcp_receiver.cc1150 bitrate_allocation_observer_->OnBitrateAllocationUpdated( in TriggerCallbacksFromRtcpPacket()