Home
last modified time | relevance | path

Searched refs:SvcRateAllocator (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/modules/video_coding/codecs/vp9/
Dsvc_rate_allocator_unittest.cc57 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 …]
Dsvc_rate_allocator.cc176 SvcRateAllocator::SvcRateAllocator(const VideoCodec& codec) in SvcRateAllocator() function in webrtc::SvcRateAllocator
199 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()
Dsvc_rate_allocator.h26 class SvcRateAllocator : public VideoBitrateAllocator {
28 explicit SvcRateAllocator(const VideoCodec& codec);
Dvp9_impl.cc731 SvcRateAllocator init_allocator(codec_); in InitAndSetControlSettings()
/external/webrtc/api/video/
Dbuiltin_video_bitrate_allocator_factory.cc36 rate_allocator.reset(new SvcRateAllocator(codec)); in CreateVideoBitrateAllocator()
/external/webrtc/video/
Dvideo_stream_encoder.cc907 SvcRateAllocator::GetMaxBitrate(codec).bps<int>()); in ReconfigureEncoder()
911 SvcRateAllocator::GetPaddingBitrate(codec).bps<int>(); in ReconfigureEncoder()