Home
last modified time | relevance | path

Searched refs:WavReader (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/common_audio/
Dwav_file.cc49 WavReader::WavReader(const std::string& filename) in WavReader() function in webrtc::WavReader
63 WavReader::~WavReader() { in ~WavReader()
67 size_t WavReader::ReadSamples(size_t num_samples, int16_t* samples) { in ReadSamples()
82 size_t WavReader::ReadSamples(size_t num_samples, float* samples) { in ReadSamples()
96 void WavReader::Close() { in Close()
Dwav_file.h68 class WavReader final : public WavFile {
71 explicit WavReader(const std::string& filename);
74 ~WavReader();
93 RTC_DISALLOW_COPY_AND_ASSIGN(WavReader);
Dwav_file_unittest.cc79 WavReader r(outfile); in TEST()
163 WavReader r(outfile); in TEST()
/external/webrtc/webrtc/modules/audio_processing/intelligibility/test/
Dintelligibility_proc.cc101 WavReader in_file(FLAGS_clear_file); in void_main()
105 WavReader noise_file(FLAGS_noise_file); in void_main()
/external/webrtc/webrtc/modules/audio_processing/test/
Dtest_utils.h49 explicit ChannelBufferWavReader(rtc::scoped_ptr<WavReader> file);
56 rtc::scoped_ptr<WavReader> file_;
Daudio_file_processor.h88 rtc::scoped_ptr<WavReader> in_file,
Daudioproc_float.cc135 auto in_file = rtc_make_scoped_ptr(new WavReader(FLAGS_i)); in main()
Dtest_utils.cc36 ChannelBufferWavReader::ChannelBufferWavReader(rtc::scoped_ptr<WavReader> file) in ChannelBufferWavReader()
Daudio_file_processor.cc45 scoped_ptr<WavReader> in_file, in WavFileProcessor()
/external/webrtc/webrtc/modules/audio_processing/beamformer/
Dnonlinear_beamformer_test.cc45 WavReader in_file(FLAGS_i); in main()