Home
last modified time | relevance | path

Searched refs:out_file_ (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
Doutput_audio_file.h29 out_file_ = fopen(file_name.c_str(), "wb"); in OutputAudioFile()
33 if (out_file_) in ~OutputAudioFile()
34 fclose(out_file_); in ~OutputAudioFile()
38 assert(out_file_); in WriteArray()
39 return fwrite(audio, sizeof(*audio), num_samples, out_file_) == num_samples; in WriteArray()
43 FILE* out_file_;
/external/webrtc/webrtc/modules/video_coding/test/
Dtest_util.cc72 out_file_(NULL), in FileOutputFrameReceiver()
95 if (out_file_ != NULL) { in ~FileOutputFrameReceiver()
96 fclose(out_file_); in ~FileOutputFrameReceiver()
111 if (out_file_ == NULL || video_frame.width() != width_ || in FrameToRender()
113 if (out_file_) { in FrameToRender()
114 fclose(out_file_); in FrameToRender()
122 out_file_ = fopen(filename_with_width_height.c_str(), "wb"); in FrameToRender()
123 if (out_file_ == NULL) { in FrameToRender()
129 if (PrintVideoFrame(video_frame, out_file_) < 0) { in FrameToRender()
Dtest_util.h64 FILE* out_file_; variable
/external/webrtc/webrtc/modules/audio_coding/test/
DTestStereo.cc246 out_file_.Close(); in Perform()
269 out_file_.Close(); in Perform()
290 out_file_.Close(); in Perform()
305 out_file_.Close(); in Perform()
347 out_file_.Close(); in Perform()
374 out_file_.Close(); in Perform()
412 out_file_.Close(); in Perform()
432 out_file_.Close(); in Perform()
445 out_file_.Close(); in Perform()
456 out_file_.Close(); in Perform()
[all …]
Dopus_test.cc130 out_file_.Close(); in Perform()
149 out_file_.Close(); in Perform()
182 out_file_.Close(); in Perform()
203 out_file_.Close(); in Perform()
211 int32_t out_freq_hz_b = out_file_.SamplingFrequency(); in Run()
342 out_file_.Write10MsData( in Run()
374 out_file_.Open(file_name, 48000, "wb"); in OpenOutFile()
Dopus_test.h46 PCMFile out_file_; variable
DTestStereo.h92 PCMFile out_file_; variable
/external/webrtc/webrtc/modules/audio_coding/codecs/tools/
Daudio_codec_speed_test.cc37 out_file_(NULL) { in AudioCodecSpeedTest()
86 out_file_ = fopen(out_filename.c_str(), "wb"); in SetUp()
87 assert(out_file_ != NULL); in SetUp()
95 fclose(out_file_); in TearDown()
115 output_length_sample_ * channels_, out_file_); in EncodeDecode()
Daudio_codec_speed_test.h76 FILE* out_file_; variable
/external/webrtc/webrtc/modules/audio_processing/test/
Daudio_processing_unittest.cc404 FILE* out_file_; member in webrtc::__anon6430f5f10111::ApmTest
427 out_file_(NULL) { in ApmTest()
467 if (out_file_) { in TearDown()
468 ASSERT_EQ(0, fclose(out_file_)); in TearDown()
470 out_file_ = NULL; in TearDown()
514 if (out_file_) { in Init()
515 ASSERT_EQ(0, fclose(out_file_)); in Init()
521 out_file_ = fopen(filename.c_str(), "wb"); in Init()
522 ASSERT_TRUE(out_file_ != NULL) << "Could not open file " << in Init()
2135 out_file_); in TEST_F()