#include <functional>
#include <list>
#include <memory>
#include <string>
#include "webrtc/base/checks.h"
#include "webrtc/base/event.h"
#include "webrtc/base/logging.h"
#include "webrtc/base/thread_annotations.h"
#include "webrtc/call/call.h"
#include "webrtc/system_wrappers/include/critical_section_wrapper.h"
#include "webrtc/system_wrappers/include/trace.h"
#include "webrtc/test/call_test.h"
#include "webrtc/test/direct_transport.h"
#include "webrtc/test/encoder_settings.h"
#include "webrtc/test/fake_decoder.h"
#include "webrtc/test/fake_encoder.h"
#include "webrtc/test/frame_generator_capturer.h"
#include "webrtc/test/gtest.h"
|
| webrtc::TEST_F (BitrateEstimatorTest, InstantiatesTOFPerDefaultForVideo) |
|
| webrtc::TEST_F (BitrateEstimatorTest, ImmediatelySwitchToASTForVideo) |
|
| webrtc::TEST_F (BitrateEstimatorTest, SwitchesToASTForVideo) |
|
| webrtc::TEST_F (BitrateEstimatorTest, DISABLED_SwitchesToASTThenBackToTOFForVideo) |
|