webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Functions
frame_length_controller_unittest.cc File Reference
#include <memory>
#include <utility>
#include "webrtc/modules/audio_coding/audio_network_adaptor/frame_length_controller.h"
#include "webrtc/test/gtest.h"

Namespaces

 webrtc
 

Functions

 webrtc::TEST (FrameLengthControllerTest, DecreaseTo20MsOnHighUplinkBandwidth)
 
 webrtc::TEST (FrameLengthControllerTest, DecreaseTo20MsOnHighUplinkPacketLossFraction)
 
 webrtc::TEST (FrameLengthControllerTest, DecreaseTo20MsWhenFecIsOn)
 
 webrtc::TEST (FrameLengthControllerTest, Maintain60MsIf20MsNotInReceiverFrameLengthRange)
 
 webrtc::TEST (FrameLengthControllerTest, Maintain60MsOnMultipleConditions)
 
 webrtc::TEST (FrameLengthControllerTest, IncreaseTo60MsOnMultipleConditions)
 
 webrtc::TEST (FrameLengthControllerTest, IncreaseTo60MsOnVeryLowUplinkBandwidth)
 
 webrtc::TEST (FrameLengthControllerTest, Maintain60MsOnVeryLowUplinkBandwidth)
 
 webrtc::TEST (FrameLengthControllerTest, UpdateMultipleNetworkMetricsAtOnce)
 
 webrtc::TEST (FrameLengthControllerTest, Maintain20MsIf60MsNotInReceiverFrameLengthRange)
 
 webrtc::TEST (FrameLengthControllerTest, Maintain20MsOnMediumUplinkBandwidth)
 
 webrtc::TEST (FrameLengthControllerTest, Maintain20MsOnMediumUplinkPacketLossFraction)
 
 webrtc::TEST (FrameLengthControllerTest, Maintain20MsWhenFecIsOn)
 
 webrtc::TEST (FrameLengthControllerTest, Maintain60MsWhenNo120msCriteriaIsSet)
 
 webrtc::TEST (FrameLengthControllerTest, From120MsTo20MsOnHighUplinkBandwidth)
 
 webrtc::TEST (FrameLengthControllerTest, From120MsTo20MsOnHighUplinkPacketLossFraction)
 
 webrtc::TEST (FrameLengthControllerTest, From120MsTo20MsWhenFecIsOn)
 
 webrtc::TEST (FrameLengthControllerTest, Maintain120MsOnVeryLowUplinkBandwidth)
 
 webrtc::TEST (FrameLengthControllerTest, From60MsTo120MsOnVeryLowUplinkBandwidth)
 
 webrtc::TEST (FrameLengthControllerTest, From20MsTo120MsOnMultipleConditions)
 
 webrtc::TEST (FrameLengthControllerTest, Stall60MsIf120MsNotInReceiverFrameLengthRange)
 
 webrtc::TEST (FrameLengthControllerTest, CheckBehaviorOnChangingNetworkMetrics)