#include <vector>
#include "webrtc/base/array_view.h"
#include "webrtc/modules/audio_processing/audio_buffer.h"
#include "webrtc/modules/audio_processing/echo_cancellation_impl.h"
#include "webrtc/modules/audio_processing/test/audio_buffer_tools.h"
#include "webrtc/modules/audio_processing/test/bitexactness_tools.h"
#include "webrtc/test/gtest.h"
|
| webrtc::TEST (EchoCancellationBitExactnessTest, Mono8kHz_HighLevel_NoDrift_StreamDelay0) |
|
| webrtc::TEST (EchoCancellationBitExactnessTest, Mono16kHz_HighLevel_NoDrift_StreamDelay0) |
|
| webrtc::TEST (EchoCancellationBitExactnessTest, Mono32kHz_HighLevel_NoDrift_StreamDelay0) |
|
| webrtc::TEST (EchoCancellationBitExactnessTest, Mono48kHz_HighLevel_NoDrift_StreamDelay0) |
|
| webrtc::TEST (EchoCancellationBitExactnessTest, Mono16kHz_LowLevel_NoDrift_StreamDelay0) |
|
| webrtc::TEST (EchoCancellationBitExactnessTest, Mono16kHz_ModerateLevel_NoDrift_StreamDelay0) |
|
| webrtc::TEST (EchoCancellationBitExactnessTest, Mono16kHz_HighLevel_NoDrift_StreamDelay10) |
|
| webrtc::TEST (EchoCancellationBitExactnessTest, Mono16kHz_HighLevel_NoDrift_StreamDelay20) |
|
| webrtc::TEST (EchoCancellationBitExactnessTest, Mono16kHz_HighLevel_Drift0_StreamDelay0) |
|
| webrtc::TEST (EchoCancellationBitExactnessTest, Mono16kHz_HighLevel_Drift5_StreamDelay0) |
|
| webrtc::TEST (EchoCancellationBitExactnessTest, Stereo8kHz_HighLevel_NoDrift_StreamDelay0) |
|
| webrtc::TEST (EchoCancellationBitExactnessTest, Stereo16kHz_HighLevel_NoDrift_StreamDelay0) |
|
| webrtc::TEST (EchoCancellationBitExactnessTest, Stereo32kHz_HighLevel_NoDrift_StreamDelay0) |
|
| webrtc::TEST (EchoCancellationBitExactnessTest, Stereo48kHz_HighLevel_NoDrift_StreamDelay0) |
|