webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Namespaces | Functions
simulcast_rate_allocator_unittest.cc File Reference
#include "webrtc/modules/video_coding/utility/simulcast_rate_allocator.h"
#include <limits>
#include <memory>
#include <utility>
#include <vector>
#include "webrtc/test/gmock.h"
#include "webrtc/test/gtest.h"

Classes

class  webrtc::SimulcastRateAllocatorTest
 
class  webrtc::ScreenshareRateAllocationTest
 

Namespaces

 webrtc
 

Functions

 webrtc::TEST_F (SimulcastRateAllocatorTest, NoSimulcastBelowMin)
 
 webrtc::TEST_F (SimulcastRateAllocatorTest, NoSimulcastAboveMax)
 
 webrtc::TEST_F (SimulcastRateAllocatorTest, NoSimulcastNoMax)
 
 webrtc::TEST_F (SimulcastRateAllocatorTest, NoSimulcastWithinLimits)
 
 webrtc::TEST_F (SimulcastRateAllocatorTest, SingleSimulcastBelowMin)
 
 webrtc::TEST_F (SimulcastRateAllocatorTest, SingleSimulcastAboveMax)
 
 webrtc::TEST_F (SimulcastRateAllocatorTest, SingleSimulcastWithinLimits)
 
 webrtc::TEST_F (SimulcastRateAllocatorTest, OneToThreeStreams)
 
 webrtc::TEST_F (SimulcastRateAllocatorTest, GetPreferredBitrateBps)
 
 webrtc::TEST_F (SimulcastRateAllocatorTest, GetPreferredBitrateSimulcast)
 
 webrtc::INSTANTIATE_TEST_CASE_P (ScreenshareTest, ScreenshareRateAllocationTest, ::testing::Bool())
 
 webrtc::TEST_P (ScreenshareRateAllocationTest, BitrateBelowTl0)
 
 webrtc::TEST_P (ScreenshareRateAllocationTest, BitrateAboveTl0)
 
 webrtc::TEST_P (ScreenshareRateAllocationTest, BitrateAboveTl1)