Home
last modified time | relevance | path

Searched refs:bitrate_allocator_factory_ (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/video/end_to_end_tests/
Dbandwidth_tests.cc328 bitrate_allocator_factory_( in TEST_F()
344 bitrate_allocator_factory_.get(); in TEST_F()
401 std::unique_ptr<VideoBitrateAllocatorFactory> bitrate_allocator_factory_; in TEST_F() member in webrtc::TEST_F::EncoderRateStatsTest
/external/webrtc/test/scenario/
Dvideo_stream.h67 std::unique_ptr<VideoBitrateAllocatorFactory> bitrate_allocator_factory_; variable
Dvideo_stream.cc401 bitrate_allocator_factory_ = CreateBuiltinVideoBitrateAllocatorFactory(); in SendVideoStream()
402 RTC_CHECK(bitrate_allocator_factory_); in SendVideoStream()
413 bitrate_allocator_factory_.get(); in SendVideoStream()
/external/webrtc/video/
Dvideo_stream_encoder_unittest.cc691 bitrate_allocator_factory_.get(); in SimpleVideoStreamEncoderFactory()
762 std::unique_ptr<VideoBitrateAllocatorFactory> bitrate_allocator_factory_ = member in webrtc::__anon5db888f70111::SimpleVideoStreamEncoderFactory
849 &bitrate_allocator_factory_; in SetUp()
1577 : bitrate_allocator_factory_( in VideoBitrateAllocatorProxyFactory()
1584 return bitrate_allocator_factory_->CreateVideoBitrateAllocator(codec); in CreateVideoBitrateAllocator()
1593 std::unique_ptr<VideoBitrateAllocatorFactory> bitrate_allocator_factory_; member in webrtc::VideoStreamEncoderTest::VideoBitrateAllocatorProxyFactory
1620 VideoBitrateAllocatorProxyFactory bitrate_allocator_factory_; member in webrtc::VideoStreamEncoderTest
1965 bitrate_allocator_factory_.codec_config().maxBitrate * 1000); in TEST_F()
1967 bitrate_allocator_factory_.codec_config().startBitrate * 1000); in TEST_F()
1983 bitrate_allocator_factory_.codec_config().maxBitrate * 1000); in TEST_F()
[all …]
Dvideo_send_stream_tests.cc2713 bitrate_allocator_factory_( in TEST_F()
2742 return bitrate_allocator_factory_->CreateVideoBitrateAllocator(codec); in TEST_F()
2886 std::unique_ptr<VideoBitrateAllocatorFactory> bitrate_allocator_factory_; in TEST_F() member in webrtc::TEST_F::EncoderBitrateThresholdObserver
/external/webrtc/media/engine/
Dwebrtc_video_engine.h128 bitrate_allocator_factory_; variable
655 webrtc::VideoBitrateAllocatorFactory* const bitrate_allocator_factory_
Dwebrtc_video_engine.cc691 bitrate_allocator_factory_(bitrate_allocator_factory), in WebRtcVideoChannel()
1365 bitrate_allocator_factory_; in AddSendStream()
/external/webrtc/call/
Dcall_perf_tests.cc812 bitrate_allocator_factory_( in TEST_F()
862 bitrate_allocator_factory_.get(); in TEST_F()
900 std::unique_ptr<VideoBitrateAllocatorFactory> bitrate_allocator_factory_; in TEST_F() member in webrtc::TEST_F::BitrateObserver
Dbitrate_estimator_tests.cc136 bitrate_allocator_factory_.get(); in SetUp()
/external/webrtc/test/
Dcall_test.h222 std::unique_ptr<VideoBitrateAllocatorFactory> bitrate_allocator_factory_; variable
Dcall_test.cc54 bitrate_allocator_factory_(CreateBuiltinVideoBitrateAllocatorFactory()),
250 bitrate_allocator_factory_.get(); in CreateVideoSendConfig()