webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Functions
test_utils.cc File Reference
#include <utility>
#include "webrtc/base/checks.h"
#include "webrtc/modules/audio_processing/test/test_utils.h"

Namespaces

 webrtc
 

Functions

void webrtc::WriteIntData (const int16_t *data, size_t length, WavWriter *wav_file, RawFile *raw_file)
 
void webrtc::WriteFloatData (const float *const *data, size_t samples_per_channel, size_t num_channels, WavWriter *wav_file, RawFile *raw_file)
 
FILE * webrtc::OpenFile (const std::string &filename, const char *mode)
 
size_t webrtc::SamplesFromRate (int rate)
 
void webrtc::SetFrameSampleRate (AudioFrame *frame, int sample_rate_hz)
 
AudioProcessing::ChannelLayout webrtc::LayoutFromChannels (size_t num_channels)
 
std::vector< Point > webrtc::ParseArrayGeometry (const std::string &mic_positions)
 
std::vector< Point > webrtc::ParseArrayGeometry (const std::string &mic_positions, size_t num_mics)