#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"
|
| 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) |
|