webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Namespaces | Functions
nada_unittest.cc File Reference
#include "webrtc/modules/remote_bitrate_estimator/test/estimators/nada.h"
#include <algorithm>
#include <memory>
#include <numeric>
#include "webrtc/base/arraysize.h"
#include "webrtc/base/constructormagic.h"
#include "webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h"
#include "webrtc/modules/remote_bitrate_estimator/test/packet.h"
#include "webrtc/modules/remote_bitrate_estimator/test/packet_sender.h"
#include "webrtc/test/gtest.h"
#include "webrtc/test/testsupport/fileutils.h"

Classes

class  webrtc::testing::bwe::FilterTest
 
class  webrtc::testing::bwe::TestBitrateObserver
 
class  webrtc::testing::bwe::NadaSenderSideTest
 
class  webrtc::testing::bwe::NadaReceiverSideTest
 
class  webrtc::testing::bwe::NadaFbGenerator
 

Namespaces

 webrtc
 
 webrtc::testing
 
 webrtc::testing::bwe
 

Functions

 webrtc::testing::bwe::TEST_F (NadaSenderSideTest, AcceleratedRampUp)
 
 webrtc::testing::bwe::TEST_F (NadaSenderSideTest, AcceleratedRampDown)
 
 webrtc::testing::bwe::TEST_F (NadaSenderSideTest, GradualRateUpdate)
 
 webrtc::testing::bwe::TEST_F (NadaSenderSideTest, VeryLowBandwith)
 
 webrtc::testing::bwe::TEST_F (NadaSenderSideTest, VeryHighBandwith)
 
 webrtc::testing::bwe::TEST_F (NadaReceiverSideTest, FeedbackInitialCases)
 
 webrtc::testing::bwe::TEST_F (NadaReceiverSideTest, FeedbackEmptyQueues)
 
 webrtc::testing::bwe::TEST_F (NadaReceiverSideTest, FeedbackIncreasingDelay)
 
int64_t webrtc::testing::bwe::Warp (int64_t input)
 
 webrtc::testing::bwe::TEST_F (NadaReceiverSideTest, FeedbackWarpedDelay)
 
 webrtc::testing::bwe::TEST_F (FilterTest, MedianConstantArray)
 
 webrtc::testing::bwe::TEST_F (FilterTest, MedianIntermittentNoise)
 
 webrtc::testing::bwe::TEST_F (FilterTest, ExponentialSmoothingConstantArray)
 
 webrtc::testing::bwe::TEST_F (FilterTest, ExponentialSmoothingInitialPertubation)