Searched defs:DebugDumpGenerator (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/test/
H A Ddebug_dump_test.cc41 class DebugDumpGenerator { class in namespace:webrtc::test::__anon30872
43 DebugDumpGenerator(const std::string& input_file_name,
53 explicit DebugDumpGenerator(const Config& config);
55 ~DebugDumpGenerator();
113 DebugDumpGenerator::DebugDumpGenerator(const std::string& input_file_name, function in class:webrtc::test::__anon30872::DebugDumpGenerator
138 DebugDumpGenerator::DebugDumpGenerator(const Config& config) function in class:webrtc::test::__anon30872::DebugDumpGenerator
139 : DebugDumpGenerator(ResourcePath("near32_stereo", "pcm"), 32000, 2,
145 DebugDumpGenerator
[all...]

Completed in 75 milliseconds