Home
last modified time | relevance | path

Searched defs:BitrateAllocatorTest (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/webrtc/call/
H A Dbitrate_allocator_unittest.cc106 class BitrateAllocatorTest : public ::testing::Test { class
108 BitrateAllocatorTest() : allocator_(new BitrateAllocator(&limit_observer_)) { in BitrateAllocatorTest() function in webrtc::BitrateAllocatorTest
139 TEST_F(BitrateAllocatorTest, RespectsPriorityBitrate) { in TEST_F() argument
179 TEST_F(BitrateAllocatorTest, UpdatingBitrateObserver) { in TEST_F() argument
219 TEST_F(BitrateAllocatorTest, TwoBitrateObserversOneRtcpObserver) { in TEST_F() argument
281 TEST_F(BitrateAllocatorTest, RemoveObserverTriggersLimitObserver) { in TEST_F() argument
491 TEST_F(BitrateAllocatorTest, in TEST_F() argument
589 TEST_F(BitrateAllocatorTest, ThreeBitrateObserversLowBweEnforceMin) { in TEST_F() argument
622 TEST_F(BitrateAllocatorTest, AddObserverWhileNetworkDown) { in TEST_F() argument
657 TEST_F(BitrateAllocatorTest, MixedEnforecedConfigs) { in TEST_F() argument
[all …]