Searched refs:SvcRateAllocator (Results 1 – 6 of 6) sorted by relevance
57 SvcRateAllocator allocator = SvcRateAllocator(codec); in TEST()68 SvcRateAllocator allocator = SvcRateAllocator(codec); in TEST()80 SvcRateAllocator allocator = SvcRateAllocator(codec); in TEST()93 SvcRateAllocator allocator = SvcRateAllocator(codec); in TEST()107 SvcRateAllocator allocator = SvcRateAllocator(codec); in TEST()124 SvcRateAllocator allocator = SvcRateAllocator(codec); in TEST()142 SvcRateAllocator allocator = SvcRateAllocator(codec); in TEST()159 SvcRateAllocator allocator = SvcRateAllocator(codec); in TEST()184 SvcRateAllocator allocator = SvcRateAllocator(codec); in TEST()209 SvcRateAllocator allocator = SvcRateAllocator(codec); in TEST()[all …]
176 SvcRateAllocator::SvcRateAllocator(const VideoCodec& codec) in SvcRateAllocator() function in webrtc::SvcRateAllocator199 VideoBitrateAllocation SvcRateAllocator::Allocate( in Allocate()262 VideoBitrateAllocation SvcRateAllocator::GetAllocationNormalVideo( in GetAllocationNormalVideo()321 VideoBitrateAllocation SvcRateAllocator::GetAllocationScreenSharing( in GetAllocationScreenSharing()367 size_t SvcRateAllocator::FindNumEnabledLayers(DataRate target_rate) const { in FindNumEnabledLayers()385 DataRate SvcRateAllocator::GetMaxBitrate(const VideoCodec& codec) { in GetMaxBitrate()403 DataRate SvcRateAllocator::GetPaddingBitrate(const VideoCodec& codec) { in GetPaddingBitrate()413 SvcRateAllocator::GetLayerStartBitrates(const VideoCodec& codec) { in GetLayerStartBitrates()
26 class SvcRateAllocator : public VideoBitrateAllocator {28 explicit SvcRateAllocator(const VideoCodec& codec);
731 SvcRateAllocator init_allocator(codec_); in InitAndSetControlSettings()
36 rate_allocator.reset(new SvcRateAllocator(codec)); in CreateVideoBitrateAllocator()
907 SvcRateAllocator::GetMaxBitrate(codec).bps<int>()); in ReconfigureEncoder()911 SvcRateAllocator::GetPaddingBitrate(codec).bps<int>(); in ReconfigureEncoder()