Searched refs:out_file_ (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/ |
D | output_audio_file.h | 29 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/ |
D | test_util.cc | 72 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()
|
D | test_util.h | 64 FILE* out_file_; variable
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
D | TestStereo.cc | 246 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 …]
|
D | opus_test.cc | 130 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()
|
D | opus_test.h | 46 PCMFile out_file_; variable
|
D | TestStereo.h | 92 PCMFile out_file_; variable
|
/external/webrtc/webrtc/modules/audio_coding/codecs/tools/ |
D | audio_codec_speed_test.cc | 37 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()
|
D | audio_codec_speed_test.h | 76 FILE* out_file_; variable
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | audio_processing_unittest.cc | 404 FILE* out_file_; member in webrtc::__anon90226a7b0111::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()
|