Searched defs:in_filename (Results 1 - 4 of 4) sorted by relevance
/external/vboot_reference/futility/ |
H A D | traversal.h | 54 const char *in_filename; member in struct:futil_traverse_state_s
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
H A D | TestVADDTX.cc | 82 void TestVadDtx::Run(std::string in_filename, int frequency, int channels, argument 88 in_file.Open(in_filename, frequency, "rb");
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
H A D | debug_dump_test.cc | 271 void DebugDumpTest::VerifyDebugDump(const std::string& in_filename) { argument 272 FILE* in_file = fopen(in_filename.c_str(), "rb");
|
H A D | audio_processing_unittest.cc | 387 void ProcessDebugDump(const std::string& in_filename, 1711 void ApmTest::ProcessDebugDump(const std::string& in_filename, argument 1714 FILE* in_file = fopen(in_filename.c_str(), "rb"); 1802 const std::string in_filename = test::ResourcePath("ref03", "aecdump"); local 1817 ProcessDebugDump(in_filename, ref_filename, format);
|
Completed in 221 milliseconds