Searched refs:level_file (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/src/modules/audio_processing/test/
H A Dunpack.cc38 DEFINE_string(level_file, "level.int32", "The name of the level file.");
107 FILE* level_file = NULL; local
119 level_file = fopen(FLAGS_level_file.c_str(), "wb");
120 if (level_file == NULL) {
186 if (fwrite(&level, sizeof(int32_t), 1, level_file) != 1) {

Completed in 65 milliseconds