/external/webrtc/video/ |
D | video_send_stream_impl_unittest.cc | 83 OnBitrateAllocationUpdated, 465 EXPECT_CALL(rtp_video_sender_, OnBitrateAllocationUpdated(alloc)).Times(0); in TEST_F() 469 sink->OnBitrateAllocationUpdated(alloc); in TEST_F() 482 EXPECT_CALL(rtp_video_sender_, OnBitrateAllocationUpdated(alloc)).Times(1); in TEST_F() 483 encoder_queue_->PostTask([&] { sink->OnBitrateAllocationUpdated(alloc); }); in TEST_F() 493 EXPECT_CALL(rtp_video_sender_, OnBitrateAllocationUpdated(alloc)).Times(0); in TEST_F() 494 encoder_queue_->PostTask([&] { sink->OnBitrateAllocationUpdated(alloc); }); in TEST_F() 524 EXPECT_CALL(rtp_video_sender_, OnBitrateAllocationUpdated(alloc)).Times(1); in TEST_F() 525 encoder_queue_->PostTask([&] { sink->OnBitrateAllocationUpdated(alloc); }); in TEST_F() 535 EXPECT_CALL(rtp_video_sender_, OnBitrateAllocationUpdated(_)).Times(0); in TEST_F() [all …]
|
D | send_statistics_proxy_unittest.cc | 1356 statistics_proxy_->OnBitrateAllocationUpdated(codec, allocation); in TEST_F() 1369 statistics_proxy_->OnBitrateAllocationUpdated(codec, allocation); in TEST_F() 1382 statistics_proxy_->OnBitrateAllocationUpdated(codec, allocation); in TEST_F() 1384 statistics_proxy_->OnBitrateAllocationUpdated(codec, allocation); in TEST_F() 1395 statistics_proxy_->OnBitrateAllocationUpdated(codec, allocation); in TEST_F() 1398 statistics_proxy_->OnBitrateAllocationUpdated(codec, allocation); in TEST_F() 1411 statistics_proxy_->OnBitrateAllocationUpdated(codec, allocation); in TEST_F() 1416 statistics_proxy_->OnBitrateAllocationUpdated(codec, allocation); in TEST_F() 1421 statistics_proxy_->OnBitrateAllocationUpdated(codec, allocation); in TEST_F() 1426 statistics_proxy_->OnBitrateAllocationUpdated(codec, allocation); in TEST_F() [all …]
|
D | video_stream_encoder_observer.h | 101 virtual void OnBitrateAllocationUpdated( in OnBitrateAllocationUpdated() function
|
D | video_stream_encoder_interface.h | 56 virtual void OnBitrateAllocationUpdated(
|
D | video_send_stream_impl.cc | 393 void VideoSendStreamImpl::OnBitrateAllocationUpdated( in OnBitrateAllocationUpdated() function in webrtc::internal::VideoSendStreamImpl 432 rtp_video_sender_->OnBitrateAllocationUpdated(allocation); in OnBitrateAllocationUpdated() 555 OnBitrateAllocationUpdated(*context->throttled_allocation); in OnEncodedImage()
|
D | video_send_stream_impl.h | 105 void OnBitrateAllocationUpdated(
|
D | send_statistics_proxy.h | 82 void OnBitrateAllocationUpdated(
|
D | video_stream_encoder.cc | 1679 encoder_stats_observer_->OnBitrateAllocationUpdated( in SetEncoderRates() 1698 sink_->OnBitrateAllocationUpdated( in SetEncoderRates()
|
D | send_statistics_proxy.cc | 1209 void SendStatisticsProxy::OnBitrateAllocationUpdated( in OnBitrateAllocationUpdated() function in webrtc::SendStatisticsProxy
|
D | video_stream_encoder_unittest.cc | 741 void OnBitrateAllocationUpdated( in OnBitrateAllocationUpdated() function in webrtc::__anon5db888f70111::SimpleVideoStreamEncoderFactory::NullEncoderSink 1526 void OnBitrateAllocationUpdated( in OnBitrateAllocationUpdated() function in webrtc::VideoStreamEncoderTest::TestSink
|
/external/webrtc/api/video/ |
D | video_bitrate_allocator.h | 54 virtual void OnBitrateAllocationUpdated(
|
/external/webrtc/call/adaptation/test/ |
D | fake_frame_rate_provider.h | 54 OnBitrateAllocationUpdated,
|
/external/webrtc/call/ |
D | rtp_video_sender_interface.h | 48 virtual void OnBitrateAllocationUpdated(
|
D | rtp_video_sender.h | 133 void OnBitrateAllocationUpdated(const VideoBitrateAllocation& bitrate)
|
D | rtp_video_sender.cc | 639 void RtpVideoSender::OnBitrateAllocationUpdated( in OnBitrateAllocationUpdated() function in webrtc::RtpVideoSender
|
/external/webrtc/modules/rtp_rtcp/source/ |
D | rtcp_receiver_unittest.cc | 125 OnBitrateAllocationUpdated, 1942 OnBitrateAllocationUpdated(expected_allocation)) in TEST() 1949 OnBitrateAllocationUpdated(expected_allocation)); in TEST() 1971 OnBitrateAllocationUpdated(expected_allocation)); in TEST()
|
D | rtcp_receiver.cc | 1222 bitrate_allocation_observer_->OnBitrateAllocationUpdated( in TriggerCallbacksFromRtcpPacket()
|