Home
last modified time | relevance | path

Searched refs:CreateVideoBitrateAllocator (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/webrtc/api/video/
H A Dvideo_bitrate_allocator_factory.h27 virtual std::unique_ptr<VideoBitrateAllocator> CreateVideoBitrateAllocator(
H A Dbuiltin_video_bitrate_allocator_factory.cc31 std::unique_ptr<VideoBitrateAllocator> CreateVideoBitrateAllocator( in CreateVideoBitrateAllocator() function in webrtc::__anon8690590e0111::BuiltinVideoBitrateAllocatorFactory
/aosp_15_r20/external/webrtc/api/test/
H A Dmock_video_bitrate_allocator_factory.h26 CreateVideoBitrateAllocator,
/aosp_15_r20/external/webrtc/modules/video_coding/
H A Dvideo_codec_initializer_unittest.cc96 ->CreateVideoBitrateAllocator(codec_out_); in InitializeCodec()
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/test/
H A Dvideoprocessor.cc155 ->CreateVideoBitrateAllocator(config_.codec_settings)), in VideoProcessor()
/aosp_15_r20/external/webrtc/video/
H A Dvideo_send_stream_tests.cc2717 std::unique_ptr<VideoBitrateAllocator> CreateVideoBitrateAllocator( in TEST_F() function in webrtc::TEST_F::EncoderBitrateThresholdObserver
2742 return bitrate_allocator_factory_->CreateVideoBitrateAllocator(codec); in TEST_F()
H A Dvideo_stream_encoder.cc1245 settings_.bitrate_allocator_factory->CreateVideoBitrateAllocator(codec); in ReconfigureEncoder()
H A Dvideo_stream_encoder_unittest.cc1580 std::unique_ptr<VideoBitrateAllocator> CreateVideoBitrateAllocator( in CreateVideoBitrateAllocator() function in webrtc::VideoStreamEncoderTest::VideoBitrateAllocatorProxyFactory
1584 return bitrate_allocator_factory_->CreateVideoBitrateAllocator(codec); in CreateVideoBitrateAllocator()
/aosp_15_r20/external/webrtc/media/engine/
H A Dwebrtc_video_engine_unittest.cc1185 CreateVideoBitrateAllocator(Field(&webrtc::VideoCodec::codecType, in TEST()