/external/webrtc/video/ |
D | video_send_stream_impl_unittest.cc | 80 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 …]
|
D | send_statistics_proxy_unittest.cc | 1263 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 …]
|
D | video_send_stream_impl.cc | 422 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()
|
D | video_send_stream_impl.h | 134 void OnBitrateAllocationUpdated(
|
D | send_statistics_proxy.h | 81 void OnBitrateAllocationUpdated(
|
D | video_stream_encoder.cc | 1091 bitrate_observer_->OnBitrateAllocationUpdated( in UpdateBitrateAllocationAndNotifyObserver() 1096 bitrate_observer_->OnBitrateAllocationUpdated(new_allocation); in UpdateBitrateAllocationAndNotifyObserver() 1121 encoder_stats_observer_->OnBitrateAllocationUpdated( in UpdateBitrateAllocationAndNotifyObserver()
|
D | video_stream_encoder_unittest.cc | 610 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()
|
D | send_statistics_proxy.cc | 1190 void SendStatisticsProxy::OnBitrateAllocationUpdated( in OnBitrateAllocationUpdated() function in webrtc::SendStatisticsProxy
|
/external/webrtc/api/video/ |
D | video_bitrate_allocator.h | 50 virtual void OnBitrateAllocationUpdated(
|
D | video_stream_encoder_observer.h | 99 virtual void OnBitrateAllocationUpdated( in OnBitrateAllocationUpdated() function
|
/external/webrtc/call/adaptation/test/ |
D | fake_frame_rate_provider.h | 54 OnBitrateAllocationUpdated,
|
/external/webrtc/call/ |
D | rtp_video_sender_interface.h | 51 virtual void OnBitrateAllocationUpdated(
|
D | rtp_video_sender.h | 141 void OnBitrateAllocationUpdated(const VideoBitrateAllocation& bitrate)
|
D | rtp_video_sender.cc | 583 void RtpVideoSender::OnBitrateAllocationUpdated( in OnBitrateAllocationUpdated() function in webrtc::RtpVideoSender
|
/external/webrtc/modules/rtp_rtcp/source/ |
D | rtcp_receiver_unittest.cc | 130 OnBitrateAllocationUpdated, 1739 OnBitrateAllocationUpdated(expected_allocation)) in TEST() 1746 OnBitrateAllocationUpdated(expected_allocation)); in TEST() 1768 OnBitrateAllocationUpdated(expected_allocation)); in TEST()
|
D | rtcp_receiver.cc | 1150 bitrate_allocation_observer_->OnBitrateAllocationUpdated( in TriggerCallbacksFromRtcpPacket()
|