HomeSort by relevance Sort by last modified time
    Searched full:peak_file (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/vad/
vad_audio_proc_unittest.cc 34 FILE* peak_file = fopen(peak_file_name.c_str(), "rb"); local
35 ASSERT_TRUE(peak_file != NULL);
53 ASSERT_EQ(num_frames, fread(sp, sizeof(sp[0]), num_frames, peak_file));
59 fclose(peak_file);

Completed in 70 milliseconds