Searched refs:WavReader (Results 1 – 10 of 10) sorted by relevance
49 WavReader::WavReader(const std::string& filename) in WavReader() function in webrtc::WavReader63 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()
68 class WavReader final : public WavFile {71 explicit WavReader(const std::string& filename);74 ~WavReader();93 RTC_DISALLOW_COPY_AND_ASSIGN(WavReader);
79 WavReader r(outfile); in TEST()163 WavReader r(outfile); in TEST()
101 WavReader in_file(FLAGS_clear_file); in void_main()105 WavReader noise_file(FLAGS_noise_file); in void_main()
49 explicit ChannelBufferWavReader(rtc::scoped_ptr<WavReader> file);56 rtc::scoped_ptr<WavReader> file_;
88 rtc::scoped_ptr<WavReader> in_file,
135 auto in_file = rtc_make_scoped_ptr(new WavReader(FLAGS_i)); in main()
36 ChannelBufferWavReader::ChannelBufferWavReader(rtc::scoped_ptr<WavReader> file) in ChannelBufferWavReader()
45 scoped_ptr<WavReader> in_file, in WavFileProcessor()
45 WavReader in_file(FLAGS_i); in main()