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::__anon8690590e0111::BuiltinVideoBitrateAllocatorFactory
26 CreateVideoBitrateAllocator,
96 ->CreateVideoBitrateAllocator(codec_out_); in InitializeCodec()
155 ->CreateVideoBitrateAllocator(config_.codec_settings)), in VideoProcessor()
2717 std::unique_ptr<VideoBitrateAllocator> CreateVideoBitrateAllocator( in TEST_F() function in webrtc::TEST_F::EncoderBitrateThresholdObserver2742 return bitrate_allocator_factory_->CreateVideoBitrateAllocator(codec); in TEST_F()
1245 settings_.bitrate_allocator_factory->CreateVideoBitrateAllocator(codec); in ReconfigureEncoder()
1580 std::unique_ptr<VideoBitrateAllocator> CreateVideoBitrateAllocator( in CreateVideoBitrateAllocator() function in webrtc::VideoStreamEncoderTest::VideoBitrateAllocatorProxyFactory1584 return bitrate_allocator_factory_->CreateVideoBitrateAllocator(codec); in CreateVideoBitrateAllocator()
1185 CreateVideoBitrateAllocator(Field(&webrtc::VideoCodec::codecType, in TEST()