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.cc333 bitrate_allocator_factory_( in TEST_F()
349 bitrate_allocator_factory_.get(); in TEST_F()
406 std::unique_ptr<VideoBitrateAllocatorFactory> bitrate_allocator_factory_; in TEST_F() member in webrtc::TEST_F::EncoderRateStatsTest
/external/webrtc/video/
Dvideo_stream_encoder_unittest.cc654 &bitrate_allocator_factory_; in SetUp()
1285 : bitrate_allocator_factory_( in VideoBitrateAllocatorProxyFactory()
1292 return bitrate_allocator_factory_->CreateVideoBitrateAllocator(codec); in CreateVideoBitrateAllocator()
1301 std::unique_ptr<VideoBitrateAllocatorFactory> bitrate_allocator_factory_; member in webrtc::VideoStreamEncoderTest::VideoBitrateAllocatorProxyFactory
1316 VideoBitrateAllocatorProxyFactory bitrate_allocator_factory_; member in webrtc::VideoStreamEncoderTest
1607 bitrate_allocator_factory_.codec_config().maxBitrate * 1000); in TEST_F()
1609 bitrate_allocator_factory_.codec_config().startBitrate * 1000); in TEST_F()
1625 bitrate_allocator_factory_.codec_config().maxBitrate * 1000); in TEST_F()
1627 bitrate_allocator_factory_.codec_config().startBitrate * 1000); in TEST_F()
1662 bitrate_allocator_factory_.codec_config().maxBitrate); in TEST_F()
[all …]
Dvideo_send_stream_tests.cc2959 bitrate_allocator_factory_( in TEST_F()
2988 return bitrate_allocator_factory_->CreateVideoBitrateAllocator(codec); in TEST_F()
3124 std::unique_ptr<VideoBitrateAllocatorFactory> bitrate_allocator_factory_; in TEST_F() member in webrtc::TEST_F::EncoderBitrateThresholdObserver
/external/webrtc/test/scenario/
Dvideo_stream.h65 std::unique_ptr<VideoBitrateAllocatorFactory> bitrate_allocator_factory_; variable
Dvideo_stream.cc400 bitrate_allocator_factory_ = CreateBuiltinVideoBitrateAllocatorFactory(); in SendVideoStream()
401 RTC_CHECK(bitrate_allocator_factory_); in SendVideoStream()
412 bitrate_allocator_factory_.get(); in SendVideoStream()
/external/webrtc/call/
Dcall_perf_tests.cc761 bitrate_allocator_factory_( in TEST_F()
809 bitrate_allocator_factory_.get(); in TEST_F()
845 std::unique_ptr<VideoBitrateAllocatorFactory> bitrate_allocator_factory_; in TEST_F() member in webrtc::TEST_F::BitrateObserver
Dbitrate_estimator_tests.cc131 bitrate_allocator_factory_.get(); in SetUp()
/external/webrtc/media/engine/
Dwebrtc_video_engine.h122 bitrate_allocator_factory_; variable
601 webrtc::VideoBitrateAllocatorFactory* const bitrate_allocator_factory_
Dwebrtc_video_engine.cc638 bitrate_allocator_factory_(bitrate_allocator_factory), in WebRtcVideoChannel()
1294 bitrate_allocator_factory_; in AddSendStream()
/external/webrtc/test/
Dcall_test.h220 std::unique_ptr<VideoBitrateAllocatorFactory> bitrate_allocator_factory_; variable
Dcall_test.cc54 bitrate_allocator_factory_(CreateBuiltinVideoBitrateAllocatorFactory()),
250 bitrate_allocator_factory_.get(); in CreateVideoSendConfig()