Searched refs:CreateVideoBitrateAllocator (Results 1 – 9 of 9) sorted by relevance
27 virtual std::unique_ptr<VideoBitrateAllocator> CreateVideoBitrateAllocator(
31 std::unique_ptr<VideoBitrateAllocator> CreateVideoBitrateAllocator( in CreateVideoBitrateAllocator() function in webrtc::__anon2f7214040111::BuiltinVideoBitrateAllocatorFactory
26 CreateVideoBitrateAllocator,
96 ->CreateVideoBitrateAllocator(codec_out_); in InitializeCodec()
182 ->CreateVideoBitrateAllocator(config_.codec_settings)), in VideoProcessor()
2963 std::unique_ptr<VideoBitrateAllocator> CreateVideoBitrateAllocator( in TEST_F() function in webrtc::TEST_F::EncoderBitrateThresholdObserver2988 return bitrate_allocator_factory_->CreateVideoBitrateAllocator(codec); in TEST_F()
782 settings_.bitrate_allocator_factory->CreateVideoBitrateAllocator(codec); in ReconfigureEncoder()
1288 std::unique_ptr<VideoBitrateAllocator> CreateVideoBitrateAllocator( in CreateVideoBitrateAllocator() function in webrtc::VideoStreamEncoderTest::VideoBitrateAllocatorProxyFactory1292 return bitrate_allocator_factory_->CreateVideoBitrateAllocator(codec); in CreateVideoBitrateAllocator()
1084 CreateVideoBitrateAllocator(Field(&webrtc::VideoCodec::codecType, in TEST()