/external/webrtc/modules/video_coding/ |
D | video_codec_initializer_unittest.cc | 95 bitrate_allocator_ = CreateBuiltinVideoBitrateAllocatorFactory() in InitializeCodec() 97 RTC_CHECK(bitrate_allocator_); in InitializeCodec() 145 std::unique_ptr<VideoBitrateAllocator> bitrate_allocator_; member in webrtc::VideoCodecInitializerTest 155 bitrate_allocator_->Allocate(VideoBitrateAllocationParameters( in TEST_F() 170 bitrate_allocator_->Allocate(VideoBitrateAllocationParameters( in TEST_F() 185 bitrate_allocator_->Allocate(VideoBitrateAllocationParameters( in TEST_F() 205 bitrate_allocator_->Allocate(VideoBitrateAllocationParameters( in TEST_F() 230 bitrate_allocator_->Allocate(VideoBitrateAllocationParameters( in TEST_F() 253 VideoBitrateAllocation bitrate_allocation = bitrate_allocator_->Allocate( in TEST_F()
|
/external/webrtc/video/ |
D | video_send_stream_impl_unittest.cc | 146 EXPECT_CALL(bitrate_allocator_, GetStartBitrate(_)) in CreateVideoSendStreamImpl() 152 &transport_controller_, &bitrate_allocator_, &send_delay_stats_, in CreateVideoSendStreamImpl() 162 NiceMock<MockBitrateAllocator> bitrate_allocator_; member in webrtc::internal::VideoSendStreamImplTest 187 EXPECT_CALL(bitrate_allocator_, AddObserver(vss_impl.get(), _)) in TEST_F() 197 EXPECT_CALL(bitrate_allocator_, RemoveObserver(vss_impl.get())) in TEST_F() 243 EXPECT_CALL(bitrate_allocator_, AddObserver(vss_impl.get(), _)) in TEST_F() 312 EXPECT_CALL(bitrate_allocator_, AddObserver(vss_impl.get(), _)) in TEST_F() 373 EXPECT_CALL(bitrate_allocator_, AddObserver(vss_impl.get(), _)) in TEST_F() 797 EXPECT_CALL(bitrate_allocator_, AddObserver(vss_impl.get(), _)) in TEST_F() 803 EXPECT_CALL(bitrate_allocator_, RemoveObserver(vss_impl.get())) in TEST_F() [all …]
|
D | video_send_stream_impl.cc | 213 bitrate_allocator_(bitrate_allocator), in VideoSendStreamImpl() 302 bitrate_allocator_->GetStartBitrate(this)); in VideoSendStreamImpl() 365 bitrate_allocator_->AddObserver(this, GetAllocationConfig()); in StartupVideoSendStream() 404 bitrate_allocator_->RemoveObserver(this); in StopVideoSendStream() 418 bitrate_allocator_->RemoveObserver(this); in SignalEncoderTimedOut() 475 bitrate_allocator_->AddObserver(this, GetAllocationConfig()); in SignalEncoderActive() 555 bitrate_allocator_->AddObserver(this, GetAllocationConfig()); in OnEncoderConfigurationChanged()
|
D | video_send_stream_impl.h | 165 BitrateAllocatorInterface* const bitrate_allocator_; variable
|
/external/webrtc/audio/ |
D | audio_send_stream.cc | 159 bitrate_allocator_(bitrate_allocator), in AudioSendStream() 167 RTC_DCHECK(bitrate_allocator_); in AudioSendStream() 863 bitrate_allocator_->AddObserver( in ConfigureBitrateObserver() 879 bitrate_allocator_->RemoveObserver(this); in RemoveBitrateObserver()
|
D | audio_send_stream.h | 175 BitrateAllocatorInterface* const bitrate_allocator_
|
D | audio_send_stream_unittest.cc | 156 bitrate_allocator_(&limit_observer_), in ConfigHelper() 196 task_queue_factory_.get(), &rtp_transport_, &bitrate_allocator_, in CreateAudioSendStream() 337 BitrateAllocator bitrate_allocator_; member
|
/external/webrtc/call/ |
D | call.cc | 322 const std::unique_ptr<BitrateAllocator> bitrate_allocator_; member in webrtc::internal::Call 598 bitrate_allocator_(new BitrateAllocator(this)), in Call() 780 bitrate_allocator_.get(), event_log_, call_stats_->AsRtcpRttStats(), in CreateAudioSendStream() 897 bitrate_allocator_.get(), video_send_delay_stats_.get(), event_log_, in CreateVideoSendStream() 1177 bitrate_allocator_->UpdateStartRate(start_rate.bps<uint32_t>()); in OnStartRateUpdate() 1186 bitrate_allocator_->OnNetworkEstimateChanged(msg); in OnTargetTransferRate()
|
/external/webrtc/modules/video_coding/codecs/test/ |
D | videoprocessor.h | 194 const std::unique_ptr<VideoBitrateAllocator> bitrate_allocator_; variable
|
D | videoprocessor.cc | 180 bitrate_allocator_( in VideoProcessor() 309 bitrate_allocator_->Allocate(VideoBitrateAllocationParameters( in SetRates()
|