Home
last modified time | relevance | path

Searched refs:bitrate_allocator_ (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/modules/video_coding/
Dvideo_codec_initializer_unittest.cc95 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/
Dvideo_send_stream_impl_unittest.cc146 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 …]
Dvideo_send_stream_impl.cc213 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()
Dvideo_send_stream_impl.h165 BitrateAllocatorInterface* const bitrate_allocator_; variable
/external/webrtc/audio/
Daudio_send_stream.cc159 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()
Daudio_send_stream.h175 BitrateAllocatorInterface* const bitrate_allocator_
Daudio_send_stream_unittest.cc156 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/
Dcall.cc322 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/
Dvideoprocessor.h194 const std::unique_ptr<VideoBitrateAllocator> bitrate_allocator_; variable
Dvideoprocessor.cc180 bitrate_allocator_( in VideoProcessor()
309 bitrate_allocator_->Allocate(VideoBitrateAllocationParameters( in SetRates()