|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "webrtc/modules/audio_processing/test/bitexactness_tools.h"#include <math.h>#include <algorithm>#include <string>#include <vector>#include "webrtc/base/array_view.h"#include "webrtc/test/testsupport/fileutils.h"Namespaces | |
| webrtc | |
| webrtc::test | |
Functions | |
| std::string | webrtc::test::GetApmRenderTestVectorFileName (int sample_rate_hz) |
| std::string | webrtc::test::GetApmCaptureTestVectorFileName (int sample_rate_hz) |
| void | webrtc::test::ReadFloatSamplesFromStereoFile (size_t samples_per_channel, size_t num_channels, InputAudioFile *stereo_pcm_file, rtc::ArrayView< float > data) |
| ::testing::AssertionResult | webrtc::test::VerifyDeinterleavedArray (size_t samples_per_channel, size_t num_channels, rtc::ArrayView< const float > reference, rtc::ArrayView< const float > output, float element_error_bound) |
| ::testing::AssertionResult | webrtc::test::VerifyArray (rtc::ArrayView< const float > reference, rtc::ArrayView< const float > output, float element_error_bound) |
1.8.13