Searched refs:GetMaxBitrate (Results 1 – 4 of 4) sorted by relevance
33 static DataRate GetMaxBitrate(const VideoCodec& codec);
285 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()
385 DataRate SvcRateAllocator::GetMaxBitrate(const VideoCodec& codec) { in GetMaxBitrate() function in webrtc::SvcRateAllocator
907 SvcRateAllocator::GetMaxBitrate(codec).bps<int>()); in ReconfigureEncoder()