Home
last modified time | relevance | path

Searched refs:GetMaxBitrate (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/video_coding/codecs/vp9/
Dsvc_rate_allocator.h33 static DataRate GetMaxBitrate(const VideoCodec& codec);
Dsvc_rate_allocator_unittest.cc285 EXPECT_EQ(SvcRateAllocator::GetMaxBitrate(codec), in TEST_P()
292 EXPECT_EQ(SvcRateAllocator::GetMaxBitrate(codec), in TEST_P()
411 const DataRate max_bitrate = allocator.GetMaxBitrate(codec); in TEST_P()
Dsvc_rate_allocator.cc385 DataRate SvcRateAllocator::GetMaxBitrate(const VideoCodec& codec) { in GetMaxBitrate() function in webrtc::SvcRateAllocator
/external/webrtc/video/
Dvideo_stream_encoder.cc907 SvcRateAllocator::GetMaxBitrate(codec).bps<int>()); in ReconfigureEncoder()