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